@antv/g2plot
Version:
G2 Plot, a market of plots built with the Grammar of Graphics'
15 lines • 376 B
JavaScript
import { registerTheme } from '../../theme';
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