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