我需要一个组合图之间的堆叠吧,查和线条形图,你能帮我一些例子。我在读这个医生:组合图演示
但我不明白这个例子。
发布于 2019-03-20 13:50:20
对于在搜索包含组合图表的方法时有机会访问这篇文章的任何人,这些都是使用ngx图表GitHub中的演示的主要步骤。
- Your folder structure will look like this:组合图index.ts└─组合图.series└─组合图.└└─组合图-vertical.Component.ts└─
- From `'../../src'` to `'@swimlane/ngx-charts'`
- From `'../../src/common/label.helper'` to `'@swimlane/ngx-charts'`
<combo-chart-component>。我已经创建了一个简单的要点,在更详细的过程中,请查看它- https://gist.github.com/gabrielloye/67921cda6139ba1806920da2a7e2fcb2
指向工作示例的StackBlitz链接:https://stackblitz.com/edit/ngx-charts-combo-chart
https://stackoverflow.com/questions/49288800
复制相似问题