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

a bug? ui element below axis disappear when the axis type is datetime

2 Answers 28 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Jianxun
Top achievements
Rank 1
Jianxun asked on 25 Jun 2014, 09:57 AM


when the  minimum value is zero, and x-axis type is datetime, the UI element below axis is missing.  here is a repro. http://jsbin.com/cabiqexo/3/edit


(but when the minimum value is negative, or x-axis type is not datetime, ui element can be shown completely in axis. )
Anyone have idea how to show complete elements at x-axis in the above example? 
Thanks!

2 Answers, 1 is accepted

Sort by
0
Accepted
Iliana Dyankova
Telerik team
answered on 26 Jun 2014, 11:18 AM
Hi Jianxun,

If I understand correctly the issue in the particular example is that the 0 values are not rendered when valueAxis.min is set to 3? If this is the case you can set panes.clip option to false in order to display them (example). In case I am missing something please elaborate a bit more - this way I would be able to advice you further and provide concrete recommendations. Thank you in advance for your cooperation.

Regards,
Iliana Nikolova
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Jianxun
Top achievements
Rank 1
answered on 26 Jun 2014, 12:21 PM
Thanks LLiana, that is the exactly effect I want, but in the simple demo it works well , however it never works in my project.  It seems that  I have to check my code again and again to figure out where I make them difference.
Tags
Chart
Asked by
Jianxun
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Jianxun
Top achievements
Rank 1
Share this question
or