charts
:bar_chart: A set of charts based on rsuite and ECharts
File Explorer
Download Latest Version (.zip)- config.json
- README.md
- bug_report.md
- feature_request.md
- node.js.yml
- release.yml
- svg.js
- page.tsx
- page.tsx
- page.tsx
- CodeBlock.tsx
- CodeDemo.tsx
- Demo.tsx
- DocPage.tsx
- Sidebar.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- page.tsx
- globals.css
- layout.tsx
- page.tsx
- next-env.d.ts
- next.config.ts
- package-lock.json
- package.json
- tsconfig.json
- AreaChart.test.tsx
- AreaChart.tsx
- BarChart.test.tsx
- BarChart.tsx
- ComposedChart.test.tsx
- ComposedChart.tsx
- FunnelChart.test.tsx
- FunnelChart.tsx
- LineChart.test.tsx
- LineChart.tsx
- PieChart.test.tsx
- PieChart.tsx
- RadarChart.test.tsx
- RadarChart.tsx
- RadialBarChart.test.tsx
- RadialBarChart.tsx
- ScatterChart.test.tsx
- ScatterChart.tsx
- Sparkline.test.tsx
- Sparkline.tsx
- Treemap.test.tsx
- Treemap.tsx
- Brush.tsx
- CartesianGrid.tsx
- Legend.tsx
- Tooltip.tsx
- XAxis.tsx
- YAxis.tsx
- Area.tsx
- Bar.tsx
- Funnel.tsx
- Line.tsx
- Pie.tsx
- Radar.tsx
- RadialBar.tsx
- Scatter.tsx
- ChartContainer.test.tsx
- ChartContainer.tsx
- ChartContext.tsx
- index.ts
- test-setup.ts
- theme.ts
- utils.test.ts
- utils.ts
- .editorconfig
- .eslintignore
- .gitignore
- .npmrc
- .prettierignore
- .prettierrc
- .releaserc
- CHANGELOG.md
- eslint.config.cjs
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tsup.config.ts
- vitest.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/rsuite/charts
Downloads the entire project code from GitHub to your computer.
cd charts
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm i --save @rsuite/charts
Type this command into your terminal and run it.
npm i --save @rsuite/charts recharts
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
