g2.js 208 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 // 全局 G2 设置 import { track, setTheme } from 'bizcharts'; track(false); const config = { defaultColor: '#1089ff', shape: { interval: { fillOpacity: 1, }, }, }; setTheme(config);