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
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.
The post stripped the spacing from the example, here's another try at it, underscores just for spacing: ----------|------|------------|------------ _____2.5__4_______7