echarts 自定义主题
https://blog.****.net/flitrue/article/details/52841338
import $echarts from 'echarts'
import 'echarts/theme/dark.js'
let myChart = $echarts.init(document.getElementById('barEcharts'),'dark')
https://blog.****.net/flitrue/article/details/52841338
import $echarts from 'echarts'
import 'echarts/theme/dark.js'
let myChart = $echarts.init(document.getElementById('barEcharts'),'dark')