g2.js 208 Bytes
Newer Older
1
// 全局 G2 设置
nikogu's avatar
nikogu committed
2
import { track, setTheme } from 'bizcharts';
3

niko's avatar
niko committed
4
track(false);
nikogu's avatar
nikogu committed
5 6 7 8 9 10 11 12 13 14 15

const config = {
  defaultColor: '#1089ff',
  shape: {
    interval: {
      fillOpacity: 1,
    },
  },
};

setTheme(config);