0

I need create a line with shadow, from line to top. In docs I didn't find any info about this. Help me please! Thanks enter image description here

Nazar Vovk
  • 73
  • 7
  • See the answer from this topic: https://stackoverflow.com/questions/41022569/highcharts-lineargradient-fill-with-fixed-upper-bound/41060050#41060050 The difference is that the gradient boundaries are chart.plotTop and the lowest point in the series. – morganfree Jun 04 '18 at 09:20

1 Answers1

0

Probably you have to reverse your yas follow :

 yAxis: {
        reversed: true,
    }

And Here is an Example of reversing Axis.

pouyan
  • 3,445
  • 4
  • 26
  • 44