3 Answers, 1 is accepted
0
Accepted
0
Hello Benjamin,
There is a knowledge base article demonstrating how barc/columns can be rendered for the zero values:
https://www.telerik.com/kendo-jquery-ui/documentation/knowledge-base/render-zero-bars
Regards,
Nikolay
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.
Jay
commented on 21 Jul 2025, 02:53 PM
| edited
Top achievements
Rank 3
Bronze
Iron
Iron
This is basically what his dojo does, except the chart type is "bar" instead of "column". If I change the chart type to bar in the knowledge base article and make changes to x and width instead of y and height, the zero bars do not render. With column chart type, they do.
Jay
commented on 22 Jul 2025, 02:46 PM
Top achievements
Rank 3
Bronze
Iron
Iron
Ah, I see... it's because the Y axis goes the other way, so for the X, it has to add instead of subtract the bar size.
0