Position of axis
I would like to be able to choice the position of my axis, for logarithmic chart or not, like this image : http://img15.hostingpics.net/pics/881099axis.png
Indeed, I need to split my chart in 4 part in taking the x-axis and the y-axis in a exactly point.
Have you got a solution or is it possible to take this in the roadmap?
Thanks
15
votes
Gauthier
shared this idea
You can position your axis absolutely through the offset option: http://api.highcharts.com/highcharts#xAxis.offset.
Combined with chart.marginLeft, chart.marginRight etc., it provides absolute pixel positioning control.