angular-highcharts:Angular的Highcharts指令

时间:2024-02-21 01:17:13
【文件属性】:

文件名称:angular-highcharts:Angular的Highcharts指令

文件大小:185KB

文件格式:ZIP

更新时间:2024-02-21 01:17:13

chart angular highcharts AngularTypeScript

角度高图 这是Angular的Highcharts指令。 要求 { " angular " : " >=10.0.0 " , " highcharts " : " >=7.0.0 " } 安装 纱 # install angular-highcharts and highcharts yarn add angular-highcharts highcharts npm # install angular-highcharts and highcharts npm i --save angular-highcharts highcharts 使用范例 // app.module.ts import { ChartModule } from 'angular-highcharts' ; @ NgModule ( { imports : [ ChartModule // add ChartModule to your imports ] } ) export class AppModule { } // chart.component.ts import { C


【文件预览】:
angular-highcharts-master
----tsconfig.spec.json(270B)
----.github()
--------workflows()
----yarn.lock(397KB)
----bump.sh(365B)
----.browserslistrc(429B)
----src()
--------main.ts(372B)
--------index.html(306B)
--------styles.css(80B)
--------polyfills.ts(3KB)
--------environments()
--------favicon.ico(948B)
--------assets()
--------test.ts(753B)
--------app()
----angular.json(5KB)
----tsconfig.json(690B)
----LICENSE(1KB)
----tslint.json(3KB)
----README.md(5KB)
----tsconfig.app.json(210B)
----.editorconfig(263B)
----.gitignore(631B)
----karma.conf.js(1KB)
----e2e()
--------src()
--------tsconfig.json(217B)
--------protractor.conf.js(808B)
----projects()
--------angular-highcharts()
----package.json(1KB)

网友评论