This is a migrated thread and some comments may be shown as answers.

Line chart reverse:true not working

1 Answer 102 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Hristo
Top achievements
Rank 1
Hristo asked on 30 May 2012, 01:38 PM
I am trying to reverse the valuesAxis from 0 to 40 upside down but it doesn't work
This is my js source:

valueAxis: {
            reverse: true,
            max:40,
            min:0,          
            labels: {
                format: "{0}"
            }
        }

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 30 May 2012, 08:17 PM
Hi Hristo,

I tested your scenario with reverse: true option for the valueAxis and everything works as expected. For convenience I send my test jsFiddle example - please check it and let me know if I missed something. 

Kind regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Charts
Asked by
Hristo
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or