Support offset of x axis with concrete Y scale value rather than pixel offset
Now highcharts support setting offset pixel of x axis to specify x axis position,but is not convenient, it is better to support setting offset of x axis with concrete Y scale value rather than pixel value. please see example http://jsfiddle.net/cxARQ/5/ , I want to set position of x axis at 50 of Y axis, but it is hard to set exact position with pixel.
-
@Henry, I updated the plugin now. It needed min and max to be set explicitly on the opposite axis. Now it runs later in the process, so the correct min and max should be computed.
-
Henry commented
I tried your plugin to apply to my chart, but it is invalid for my chart, could you please look into why below example is incorrect, I want x axis is rendered at 200 of y axis.
http://jsfiddle.net/jsCJF/2/ -
Yes, it tried to run Highcharts from code.highcharts.local. I fixed it now.
-
Henry commented
Hi Torstein,
The example http://jsfiddle.net/highcharts/jsCJF/ doesn't have any output, maybe something is wrong. -
juda.zhang commented
I totally agree this suggestion , set offset in pixel is very inconvience and don't make sense