[Solved] Value label not showing

1 Answer 23 Views
Charts
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Benjamin asked on 20 Mar 2026, 04:15 AM | edited on 20 Mar 2026, 04:22 AM

this image below is the expected outcome

Expected Chart

 

dojo link of what i have done

 

chart will load upon clicking on the various buttons

Katelyn
Top achievements
Rank 1
commented on 26 Mar 2026, 11:48 AM

In many charting components, value labels may not appear because of visual layout constraints or control limitations, especially when the value is zero or very small. For example, Telerik’s HTML5 BarSeries and ColumnSeries historically do not render labels for zero values due to the internal drawing logic, which considers such labels unnecessary or visually overlapping. A common workaround is to adjust the data (e.g., use a very small non‑zero marker value) or modify the axis/series formatting so that labels have space to render. Another approach is explicitly setting label format properties like DefaultLabelValue or using custom templates to force visibility when needed


1 Answer, 1 is accepted

Sort by
0
Joven
Top achievements
Rank 2
Iron
answered on 20 Mar 2026, 09:09 AM
Maybe this works Kendo UI Dojo
Nikolay
Telerik team
commented on 24 Mar 2026, 01:30 PM

Hi Joven,

This looks like a good approach -  modifying the visual function to properly render the labels.

Regards,

Nikolay

Tags
Charts
Asked by
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Answers by
Joven
Top achievements
Rank 2
Iron
Share this question
or