Home Forums Feature Requests & Feedback Feature request: Grid lines over area fill Reply To: Feature request: Grid lines over area fill

#12253

Eesger,

As of now we don’t have this feature. But you can work around by setting fillOpacity to 0.7 or 0.8 to make gridlines visible through dataPoints. Check this jsfiddle.

Another option is to place stripLines with showOnTop set to true, so that lines are shown on top of data. Check this jsfiddle.