Luigi Caradonna
Luigi Caradonna

Reputation: 1064

Is it possible to highlight x and y axes on Highcharts

I have created a scatter chart with Highcharts, both x and y axes range is from -20 to 20. It is shown as a grid, I set "gridLineWidth: 1" both for x and y, so all the lines have the same width.

Is it possible to give a different width only to x and y axes which cross the origin?

Upvotes: 1

Views: 260

Answers (1)

Luigi Caradonna
Luigi Caradonna

Reputation: 1064

I've solved using plotLines to both axes.

Upvotes: 1

Related Questions