Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
AI-Enhanced UI Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
If the first value is larger then the second one the length of the series is wrong. The smaller value appears longer than the bigger value.
If the first value is smaller than the second one it is ok.
See attached http://dojo.telerik.com/OlUME/4 to recreate the issue
Please advice
You need to set the min of the value axis to zero:
valueAxis: {
min: 0,
line: {
visible:
false
},
minorGridLines: {
true
}
Updated DOJO