Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

amcdnl/ngx-echarts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngx-echarts

Echarts bindings for Angular. Checkout this demo.

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.

About

Declarative ECharts bindings for Angular

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published