Declined
Last Updated: 11 Mar 2021 14:16 by ADMIN
Evan
Created on: 10 Sep 2014 17:48
Category: Kendo UI for jQuery
Type: Feature Request
1
Allow for DataViz charts to have a set amount of value ticks and have Kendo handle the data divisions to fit your set amount of ticks.
Currently, DataViz charts allow you to set a valueAxis's tick mark increments (increments of 100 would give you 0, 100, 200, 300, etc). I suggest a way to set a specific amount of ticks that your chart will always load, and the data will use divisions to fit the tick amount you set. Example: I want my chart to always display 5 ticks. I have two users, one who has a max number of 100 and the other has a max of 500. For User 1, the chart would set a max of 100 divided by the 5 ticks (so increments of 20). User 2 would get increments of 100 to fit the 5 ticks. 
2 comments
ADMIN
Tsvetomir
Posted on: 11 Mar 2021 14:16

Hi,

I marking the thread as closed due to a lack of interest and activity.

 

Regards,
Tsvetomir
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

ADMIN
Telerik Admin
Posted on: 11 Sep 2014 11:29
Thanks for sharing this idea, Evan.

I think what you are after can be attained by instantiating two different charts for these two users, and display the corresponding chart for each of them. Alternatively, you can redraw/re-instantiate a single chart for these users based on specific conditions.

Let me know if I am missing something.