Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
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