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