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

Chart line doesn't respect visible: false

1 Answer 73 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Aaron
Top achievements
Rank 1
Aaron asked on 26 Jan 2012, 09:11 AM
I'm trying to create a chart that doesn't show any axis or grid lines so I tried this:

valueAxis: {
    line: { visible: false }
}

This doesn't hide the line, the only way I've found is to set the width to 0. It seems that the visible property does nothing which I think is a bug.
I've created a jsfiddle to show it: http://jsfiddle.net/slace/jKVRA/ 

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 27 Jan 2012, 10:01 AM
Hi,

Thank you for reporting this problem. We are aware of it and we'll fix it in upcoming versions.

Regards,
Tsvetomir Tsonev
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
Aaron
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or