Line Chart Reverse y-Axis

Hi,

I am wondering if it is possible to reverse the y-axis in version dhtmlx suite 3.5. I need a y-axis that start from 1000 to 0 instead of the normal order of 0 to 1000.

Please let me know if it is possible.

Thank You

Hi
Here is a code-sample for you:

[code]

Initiazation html,body { height: 100%; margin: 0px; overflow: auto; }
[/code] With the next result:
You need to set template to display value and apply template for yAxis.

Thanks for the quick response. It is very cool and works great.

It’s interesting how you started from -1000 to 0 instead of 1000 to 0. I kind of understand how it works now. Thanks again for your reply.

Thanks

You are welcome!

P.S. I hope you andersand, what this manipulation is only for template, not with data :slight_smile: