Highcharts: Line graph with half solid line and half dotted line?

后端 未结 5 1136
灰色年华
灰色年华 2020-12-28 08:49

I\'m trying to show a time series line graph in highcharts - to the left of center is historical data, so the line needs to be solid. To the right of center is predicted da

5条回答
  •  感情败类
    2020-12-28 09:42

    Yes. This is possible. Hard to picture your chart but what you could have is 2 series. One is your real data and the other is the predicted/future data. To set the line style use dashStyle.

提交回复
热议问题