yuhongda / echarts-readymade
Make echarts come in handy for React. Based on echarts-for-react
π¦ echarts-readymade
Make echarts come in handy for React. Based on echarts-for-react
Content
π¨ Features
-
π Easy to use (provide default layout and style) -
π Available components:<Bar />
<Line />
<Pie />
<Stack />
<Scatter />
<Wordcloud />
<BarHorizontal />
<Table />
-
π SupportCompare Dimension
, which means you can indicate another dimension field to compare base on one dimension. -
πͺ Typescript support
Installation
npm install --save echarts-readymade
OR
yarn add echarts-readymade
npm install --save @echarts-readymade/core
npm install --save @echarts-readymade/line
OR
yarn add @echarts-readymade/core
yarn add @echarts-readymade/line
There're some differences between the two ways of installation below.
- Obviously, the way of 'Install What You Need' willβ¦
Top comments (0)