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

Commit 7c2b137

Browse files
committed
fix?
1 parent ea4ae74 commit 7c2b137

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amcdnl/ngx-echarts",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "ECharts for Angular",
55
"main": "dist/index.js",
66
"scripts": {

src/echarts.component.ts

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import {
1212
SimpleChanges,
1313
HostListener
1414
} from '@angular/core';
15+
import * as echarts from 'echarts';
1516
import { ECharts, EChartTitleOption } from 'echarts';
1617
import { take, distinctUntilChanged, debounceTime, takeUntil } from 'rxjs/operators';
1718
import { fromEvent, Subject } from 'rxjs';

0 commit comments

Comments
 (0)