gaoluyang
2 天以前 78be42499a817cafa3c0b07451b5509df941a56f
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,