ngx-echarts
Echarts绑定到Angular。 查看此。
用法
首先,请通过npm安装软件包:
npm i @amcdnl/ngx-echarts echarts --S
然后在模块中包含效果:
import { EChartsModule } from '@amcdnl/ngx-echarts' ;
@ NgModule ( {
imports : [ EChartsModule ]
} )
export class MyModule { }
然后使用类似的组件:
< ngx xss=removed xss=removed xss=removed>
< / ngx
1