Declined
Last Updated: 22 Jun 2021 13:46 by ADMIN
Drew
Created on: 22 Jun 2018 17:33
Category: Charts
Type: Feature Request
1
Add option to specify the axis values to label for charts using one or more value axes
Charts that use one or more value axis should expose the means to specify which values on that axis are labeled, instead of basing the labels on the min value of the axis and the major unit.

Ex, using the Angular syntax:

<kendo-chart-value-axis-item
  min="0"
  max="10"
  [labelsAt]="[2.5, 4, 7]"
>

yielding an axis like

----------|------|------------|------------
          2.5     4             7
2 comments
ADMIN
Martin
Posted on: 22 Jun 2021 13:46

Hi Drew,

We are declining this request due to low interest and demand. If it turns to be popular in the future we will reconsider the status.

Regards,
Martin
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Drew
Posted on: 22 Jun 2018 17:37
The post stripped the spacing from the example, here's another try at it, underscores just for spacing:

----------|------|------------|------------ 
_____2.5__4_______7