gaoluyang
3 天以前 40c3a9033a1665383c16bb152b528ebb35f84c7c
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,