Jesus Salas
Jesus Salas

Reputation: 642

Kendo UI Angular Chart multi axis support

Does Kendo UI Angular Chart component support multi-axis?

Kendo UI https://demos.telerik.com/kendo-ui/bar-charts/multiple-axes supports them but I can't find any example of documentation on how to do the same with the Angular components.

Upvotes: 5

Views: 1559

Answers (1)

Brandon Herford
Brandon Herford

Reputation: 26

Angular Kendo UI does support multi-axis, but out of the box they are only used by specific chart types. You will have to do custom JS work to modify which charts can use multi-axis.

This is the documentation for Axes included in Kendo UI for Angular: https://www.telerik.com/kendo-angular-ui/components/charts/chart/elements/axes/#toc-multiple-scatter-chart-axes

Live Code Examples

Multiple Categorical Axes https://mqkzpi.run.stackblitz.io/

Multiple Scatter Chart Axes https://4hgbdr.run.stackblitz.io/

Upvotes: 1

Related Questions