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
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.