Skip to content

Commit

Permalink
Merge branch 'v16.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
xieziyu committed Nov 9, 2023
2 parents 33e7a1a + 80a1b70 commit 09d737b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Angular directive for [Apache ECharts (incubating)](https://github.com/apache/in
Latest version @npm:

- `v17.0.0` for Angular 17
- `v16.1.1` for Angular 16
- `v16.1.2` for Angular 16
- `v15.0.3` for Angular 15
- `v14.0.0` for Angular 14
- `v8.0.1` for Angular 13
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-echarts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-echarts",
"version": "17.0.0",
"version": "17.0.1",
"author": "Xie, Ziyu",
"license": "MIT",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions projects/ngx-echarts/src/lib/ngx-echarts.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export class NgxEchartsDirective implements OnChanges, OnDestroy, OnInit, AfterV
@Output() chartHighlight = this.createLazyEvent<any>('highlight');
@Output() chartDownplay = this.createLazyEvent<any>('downplay');
@Output() chartSelectChanged = this.createLazyEvent<any>('selectchanged');
@Output() chartLegendSelectChanged = this.createLazyEvent<any>('legendselectchanged');
@Output() chartLegendSelected = this.createLazyEvent<any>('legendselected');
@Output() chartLegendUnselected = this.createLazyEvent<any>('legendunselected');
@Output() chartLegendLegendSelectAll = this.createLazyEvent<any>('legendselectall');
Expand Down

0 comments on commit 09d737b

Please sign in to comment.