ChartType.LINE but chart is displayed as steps. How to get line?
I got the answer! HighChartsPlotOptionsImpl.Steps ‘FALSE’ does not work! I mean that we have to write “step: false” instead of "step: ‘FALSE’ "
ChartType.LINE but chart is displayed as steps. How to get line?
I got the answer! HighChartsPlotOptionsImpl.Steps ‘FALSE’ does not work! I mean that we have to write “step: false” instead of "step: ‘FALSE’ "