UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

33 lines 706 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Category20 = void 0; /** * Classic palette of AntV for ordinal data with 20 colors. */ const Category20 = () => { return [ '#5B8FF9', '#CDDDFD', '#5AD8A6', '#CDF3E4', '#5D7092', '#CED4DE', '#F6BD16', '#FCEBB9', '#6F5EF9', '#D3CEFD', '#6DC8EC', '#D3EEF9', '#945FB9', '#DECFEA', '#FF9845', '#FFE0C7', '#1E9493', '#BBDEDE', '#FF99C3', '#FFE0ED', ]; }; exports.Category20 = Category20; exports.Category20.props = {}; //# sourceMappingURL=category20.js.map