File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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" ,
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 },
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import isEmpty from 'lodash/isEmpty';
88import isString from 'lodash/isString' ;
99import { bind , clear } from 'size-sensor' ;
1010import { useMount , useUnmount } from 'react-use' ;
11+ import 'echarts-gl' ;
1112
1213export type EChartsNextForReactCoreProps = {
1314 option : EChartsOption ;
You can’t perform that action at this time.
0 commit comments