Reputation: 4189
How can I read the width and height of the plot area in a HighCharts chart? I don't mean the width and height of the whole chart, but only of the plot area, that excludes the x and y axes labels and borders.
Upvotes: 1
Views: 6704
Reputation: 45079
Use chart.plotWidth and chart.plotHeight.
chart.plotWidth
chart.plotHeight
Upvotes: 5