Skip to content

Commit cf92800

Browse files
committed
Support echart-gl
1 parent f4ae918 commit cf92800

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "echarts-next-for-react",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Echarts(v5.x | next) components for react.",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",
@@ -54,6 +54,7 @@
5454
"classnames": "^2.2.6",
5555
"size-sensor": "^1.0.1",
5656
"echarts": "^5.0.0",
57+
"echarts-gl": "^2.0.0-rc.3",
5758
"lodash": "^4.17.20",
5859
"react-use": "^15.3.4"
5960
},

src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import isEmpty from 'lodash/isEmpty';
88
import isString from 'lodash/isString';
99
import { bind, clear } from 'size-sensor';
1010
import { useMount, useUnmount } from 'react-use';
11+
import 'echarts-gl';
1112

1213
export type EChartsNextForReactCoreProps = {
1314
option: EChartsOption;

0 commit comments

Comments
 (0)