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)