superman66 / vue-highcharts

The Component of Vue 2.x for highcharts
https://codesandbox.io/s/jjyqvv0k13
MIT License
115 stars 48 forks source link

设置type:macd时候无效 #48

Open guoyoujin opened 5 years ago

guoyoujin commented 5 years ago

如下配置

lineCharts.addSeries({
          type: 'macd',
          yAxis: 2,
          linkedTo: 'data_list',
          color: 'green',
          lineColor: 'green',
          upColor: 'red',
          upLineColor: 'red',
          animation: {duration: 0}
        })

设置完之后不生效