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
We have a requirement which is to put bar charts, area charts, line charts together with several scatter charts in one chart. How can we do this?
Here is an example I made in Excel, I want to achieve similar chart in web page by using kendo ui.
I found a few similar questions posted but they were all years ago, so just want to double check...
http://www.telerik.com/forums/kendoui-multiple-axis-chart-(mixed-chart-with-bubble-and-column-chart-types) http://www.telerik.com/forums/how-to---mix-scatter-and-line-chart-series http://www.telerik.com/forums/using-area-and-scatter-chart-types-in-one-chart
okay, thanks for the confirmation.
For now, I found a workaround, I set series.width: 0 of line charts as I don't need numbers as the x-axis, dates are fine.