如何使用Kendo Angular创建垂直条形图?

时间:2019-04-19 11:26:19

标签: charts kendo-ui-angular2

我正在尝试使用Kendo Angular Components创建垂直条形图,但是在文档中找不到任何示例或配置。

以下是图表文档的链接:https://www.telerik.com/kendo-angular-ui/components/charts/

其中有一个显示水平条形图的条形图,但我需要垂直条形图。

问题:

我需要用Kendo Angular Components创建垂直条形图。

1 个答案:

答案 0 :(得分:0)

要创建垂直条形图:

配置完全相同,唯一的区别是将系列类型设置为“列”而不是“栏”。

以下是一些可运行的示例:

https://stackblitz.com/edit/angular-wzzqer?file=app/app.component.ts

https://stackblitz.com/edit/angular-wme4dg?file=app/app.component.ts