gpt4 book ai didi

ngx-charts - 使用 ngx-charts 生成组合图表

转载 作者:行者123 更新时间:2023-12-01 11:17:07 28 4
gpt4 key购买 nike

我需要一个堆叠条形图和折线条形图之间的组合图,你能帮我举个例子吗?我正在阅读此文档:Demo for combo charts

但是我无法理解这个例子。

最佳答案

对于在搜索包含组合图表的方法时偶然看到这篇文章的任何人,这些是使用来自 ngx-charts GitHub 的演示的主要步骤。

  1. 复制 ngx-charts 存储库中 demo 文件夹下的 combo-chart 组件中的所有 4 个组件

    • 您的文件夹结构如下所示:
    combo-chart
    └─ combo-chart.component.scss
    └─ combo-chart.component.ts
    └─ combo-series-vertical.component.ts
    └─ index.ts
  2. 将 2 个 component.ts 文件中的导入从相对链接更改为“@swimlane/ngx-charts”

    • 来自 '../../src''@swimlane/ngx-charts'

    • 来自 '../../src/common/label.helper''@swimlane/ngx-charts'

  3. 导入组件并在您的 module.ts 文件中声明它们

    .
    import { ComboChartComponent, ComboSeriesVerticalComponent } from './combo-chart';
    .
    .
    declarations: [
    .
    .
    ComboChartComponent, ComboSeriesVerticalComponent],
    .
  4. 您现在可以在模板中使用带有选择器的自定义组合图表组件 <combo-chart-component>

我创建了一个简单的要点来详细介绍整个过程,请查看 - https://gist.github.com/gabrielloye/67921cda6139ba1806920da2a7e2fcb2

工作示例的 StackBlitz 链接: https://stackblitz.com/edit/ngx-charts-combo-chart

关于ngx-charts - 使用 ngx-charts 生成组合图表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49288800/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com