src/components/Echarts/echarts.vue
@@ -113,6 +113,7 @@ const option = { color: props.color.length ? props.color : undefined, backgroundColor: props.options.backgroundColor || '#fff', textStyle: props.options.textStyle || { color: '#333' }, xAxis: props.xAxis, yAxis: props.yAxis, dataset: props.dataset,