@amcdnl/ngx-echarts
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

ngx-echarts

Echarts bindings for Angular.

Usage

To get started, lets install the package thru npm:

npm i @amcdnl/ngx-echarts echarts --S

then include the effect in your module:

import { EChartsModule } from '@amcdnl/ngx-echarts';

@NgModule({
    imports: [EChartsModule]
})
export class MyModule {}

then use the component like:

<ngx-echarts
  [series]="series$ | async"
  (chartClick)="onChartClick($event)"
  (chartDblClick)="onChartDblClick($event)">
</ngx-echarts>

For more information, visit official ECharts documentation.

/@amcdnl/ngx-echarts/

    Package Sidebar

    Install

    npm i @amcdnl/ngx-echarts

    Weekly Downloads

    2

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    71.2 kB

    Total Files

    16

    Last publish

    Collaborators

    • amcdnl