I am currently working on an angular project, which requires visual operations, and I am comparing highcharts and echarts.
Currently encountered problems: Can highcharts be used in angular2? Are there any version requirements for highcharts?
巴扎黑2017-06-30 10:00:19
Yes, it is recommended to use third-party packages such as angular2-highcharts. In addition, the requirement for Highcharts is version >= 4.0 (4.0 starts to support the CommonJS specification)
高洛峰2017-06-30 10:00:19
Highcharts can be used in Angular2. Here are several Highcharts packages recommended for NG:
ng2-highcharts https://www.npmjs.com/package...
highcharts-ng https://github.com/pablojim/h...
For version requirements, please see the documentation in the link.
高洛峰2017-06-30 10:00:19
Angular is integrated, echarts is better, lighter, and the display effect is slightly better. In fact, they are all similar, and you can use either one. . .