File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The simplest, and the best React wrapper for [Apache ECharts](https://github.com
77[ ![ Coverage] ( https://img.shields.io/coveralls/hustcc/echarts-for-react/master.svg )] ( https://coveralls.io/github/hustcc/echarts-for-react )
88[ ![ NPM downloads] ( https://img.shields.io/npm/dm/echarts-for-react.svg )] ( https://www.npmjs.com/package/echarts-for-react )
99[ ![ License] ( https://img.shields.io/npm/l/echarts-for-react.svg )] ( https://www.npmjs.com/package/echarts-for-react )
10- ![ ECharts Ver] ( https://img.shields.io/badge/echarts-%5E3.0.0%20%7C%7C%20%5E4.0.0%20%7C%7C%20%5E5.0.0-blue.svg )
10+ ![ ECharts Ver] ( https://img.shields.io/badge/echarts-%5E3.0.0%20%7C%7C%20%5E4.0.0%20%7C%7C%20%5E5.0.0%20%5E6.0.0 -blue.svg )
1111![ React Ver] ( https://img.shields.io/badge/React-%20%5E15.0.0%20%7C%7C%20%20%5E16.0.0%20%7C%7C%20%20%5E17.0.0-blue.svg )
1212
1313
@@ -63,7 +63,7 @@ import ReactECharts from 'echarts-for-react'; // or var ReactECharts = require(
6363
6464Import ECharts.js modules manually to reduce bundle size
6565
66- ** With Echarts.js v5:**
66+ ** With Echarts.js v5 or v6 :**
6767
6868``` ts
6969import React from ' react' ;
You can’t perform that action at this time.
0 commit comments