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

Display category data outside plotted area

3 Answers 34 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Andy asked on 16 May 2014, 03:35 PM
Hello,

We would like to display chart data outside the plotted area that vertically lines up with the corresponding category, for example displaying the time remaining above the categories. Please see attached image for further clarification.

We're currently using Kendo MVC version 2014.1.318

How can we achieve this? - I've been looking for a solution for this for 2 days now :(

3 Answers, 1 is accepted

Sort by
0
Hristo Germanov
Telerik team
answered on 20 May 2014, 07:58 AM
Hello Andy,

You can't plot labels or points outside of the plot area and I can't offer you a workaround.

With the previous release we fix some bugs around the chart points clipping but if you don't want this fix you can stop this behavior with:
panes: [{
   clip: false
}]

Regards,
Hristo Germanov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Andy
Top achievements
Rank 1
answered on 21 May 2014, 03:58 PM
Thanks a lot for your reply Hristo. Unfortunately the clip: false didn't work but  you did help with the fact that I wasn't aware about using Panes in charts so I managed to solve the problem by creating Panes and having the Time series appear in the top pane.

Thanks,

Andy
0
Hristo Germanov
Telerik team
answered on 23 May 2014, 07:18 AM
Hello Andy,

You can try:
1) to change the maximum of the value axis.
2) change the labels position. For example you can use insideEnd

Regards,
Hristo Germanov
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
Andy
Top achievements
Rank 1
Answers by
Hristo Germanov
Telerik team
Andy
Top achievements
Rank 1
Share this question
or