This is a proof-of-concept (POC) dashboard built with React and ECharts. It showcases various chart types in a tab-based layout, including bar charts, line charts, stacked charts, pie charts, and more.
- Vertical tab navigation to switch between chart types.
- Supports multiple chart types: Bar, Stacked Bar, Line, Stacked Line, Waterfall, Pie, and Gauge.
- Responsive design using React Bootstrap.
- React
- React Bootstrap
- ECharts for React
- Sass (for styling)
- TypeScript
git clone https://github.com/TalenticaSoftware/UI-POC.git
cd echarts-poc
npm install
npm start
Visit http://localhost:3000
to view the app.
- src/components/VerticalTabs.tsx: Main component with tabbed charts.
- src/Charts: Contains individual chart components.
- src/App.tsx: Entry point for the app.
MIT License - see LICENSE. Let me know if you'd like to make any further changes!