Search code examples
c#highchartsdotnethighcharts

DotnetHighCharts does not show negative values?


I have values between -1 to 1 (-1, -0.25, -0.33, 0, 0.46, 1, ..... )

I want to show this on TimeDataWithIrregularIntervals Chart. But I does not show negative values.

enter image description here

I cant find any option to show negative values. There are a lot of examples without any options, but they can show nagetive values. What am I missing? How can I show negative values?

Thanks.


Solution

  • Set the min value for the Y axis as per your requirement.

    the api doc is here.