ng apexcharts:ng apexcharts是apexcharts的angular实现。 它带有一个简单的组件使您可以在有角度的项目中使用顶点图表 源
Angular包装器可在Angular 7+中构建交互式可视化。 例子 可以在网站的页面上找到80多种带有示例代码的图表类型的示例。 这是内置在codesandbox中的基本示例。 下载及安装 使用npm安装: npm install apexcharts ng - apexcharts -- save 打开angular.json并在脚本下添加: "scripts" : [ "node_modules/apexcharts/dist/apexcharts.min.js" ] 将ng-apexcharts-module添加到导入 import { NgApexchartsModul
下载地址
用户评论