I too have a need for individually styled points. For example, I am displaying economic data with historical and forecast components. I would like to style the historical portion of the data as a solid line; and have the forecast portion of the data be a dashed line. I can use xAxis.plotBands to differentiate when I only have one series, but this is insufficient when I have more than one series with different forecast start periods.
I too have a need for individually styled points. For example, I am displaying economic data with historical and forecast components. I would like to style the historical portion of the data as a solid line; and have the forecast portion of the data be a dashed line. I can use xAxis.plotBands to differentiate when I only have one series, but this is insufficient when I have more than one series with different forecast start periods.