javascript - How to get grid position in React Highcharts -
is there way xposition of highcharts-grid or distance highchart xposition?
i align element in page actual grid. problem yaxis info size changes.
see following examples:
the x start position of plot area can found in chart.plotleft
property, not have set fixed margins.
api reference:
http://api.highcharts.com/highcharts/chart.margin
example:
http://jsfiddle.net/tcuthdra/
Comments
Post a Comment