We're trying to change the styling of the valueAxis to:
1. Show the scale on the amount of the value axis next to the largest amount.
It might be possible to implement this by using a valueAxis.title for the scale and (negative) margins on the plotArea, valueAxis and valueAxis.title. This however feels fragile (for example it depends on the width of the title text). Is there a another, better way to implement this that is more robust?
2. We want the grid lines to extend to the left and have the amounts shown on top of them instead of next to them.
We couldn't find a way to extend the grid lines to the left. Is this possible in any way?
See http://dojo.telerik.com/@ckuijjer/aZipA for a code example of our implementation
1. Show the scale on the amount of the value axis next to the largest amount.
It might be possible to implement this by using a valueAxis.title for the scale and (negative) margins on the plotArea, valueAxis and valueAxis.title. This however feels fragile (for example it depends on the width of the title text). Is there a another, better way to implement this that is more robust?
2. We want the grid lines to extend to the left and have the amounts shown on top of them instead of next to them.
We couldn't find a way to extend the grid lines to the left. Is this possible in any way?
See http://dojo.telerik.com/@ckuijjer/aZipA for a code example of our implementation