gaoluyang
3 天以前 9d9d5be11e30e279a5a58e2e9fe0c4dafc495db5
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,