UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

17 lines 471 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Classic = void 0; const util_1 = require("@antv/util"); const light_1 = require("./light"); /** * Default theme. */ const Classic = (options) => { return (0, util_1.deepMix)({}, (0, light_1.Light)(), { category10: 'category10', category20: 'category20', }, options); }; exports.Classic = Classic; exports.Classic.props = {}; //# sourceMappingURL=classic.js.map