@antv/g2plot
Version:
An interactive and responsive charting library
13 lines • 349 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_OPTIONS = exports.DEFAULT_COLOR = void 0;
exports.DEFAULT_COLOR = ['#FAAD14', '#E8EDF3'];
/**
* 默认配置项
*/
exports.DEFAULT_OPTIONS = {
percent: 0.2,
color: exports.DEFAULT_COLOR,
animation: {},
};
//# sourceMappingURL=constants.js.map
;