@antv/g2plot
Version:
G2 Plot, a market of plots built with the Grammar of Graphics'
17 lines • 454 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var theme_1 = require("../../theme");
theme_1.registerTheme('gauge', {
stripWidth: 30,
stripBackColor: '#ddd',
tickInterval: 20,
tickLabelPos: 'inner',
tickLabelSize: 16,
tickLabelColor: '#aaa',
tickLineColor: '#aaa',
subTickCount: 4,
labelPos: ['50%', '80%'],
labelColor: '#666',
labelSize: 30,
});
//# sourceMappingURL=theme.js.map