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

Moving the zero line up

2 Answers 32 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 18 Nov 2015, 07:54 PM

Hi,

I'm trying to move the zero line up because the series circles are being drawn behind the category, and only half of a circle is being drawn. I need a space between the category section and the zero line.

So far I tried different combinations of min, max, margins and padding but I haven't found a way to easily separate the category axis from the zero line.

Adding a negative min value had no effect.

Thanks in advance!

2 Answers, 1 is accepted

Sort by
0
Accepted
Iliana Dyankova
Telerik team
answered on 20 Nov 2015, 11:26 AM
Hi Joseph,

To prevent the markers you could set the .clip option to false:
//....
panes: [{clip: false}],
//....


Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Ryan
Top achievements
Rank 1
answered on 20 Nov 2015, 01:53 PM

That wasn't exactly the solution I was looking for, but pointed me in the correct direction to define panes and play around with padding and margins to get to my goal.

Thanks Iliana! 

Tags
Charts
Asked by
Ryan
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Ryan
Top achievements
Rank 1
Share this question
or