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

Remove Navigator

1 Answer 53 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Kyaw
Top achievements
Rank 1
Kyaw asked on 10 Dec 2015, 03:24 PM

Hi,

 

Is it possible to remove navigator from stock charts? I tried visible: false option, and also removing navigator from the codes. But chart is now displaying the line with handles instead of navigator. Can we remove it completely?

 

Thanks,
Kyaw

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 11 Dec 2015, 12:34 PM
Hello Kyaw,

You can apply the following CSS rule to hide the line and the handles:
.k-selection, .k-handle.k-leftHandle, .k-handle.k-rightHandle {
   display: none;
}

Regards,
Ivan Danchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Charts
Asked by
Kyaw
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or