sales-dashboard-charts
v1.0.0
Published
An Express-compatible package to render sales dashboard charts
Readme
Sales Dashboard Charts 📊
A reusable Node.js + Express middleware package for rendering interactive sales dashboards with Chart.js.
Features
- Ready-to-use sales dashboard with 4 chart types
- Easy integration with Express applications
- Customizable data sources
- Responsive design works on all devices
Dependencies
**This package requires the following peer dependencies (automatically installed with the package):**
| Dependency | Version | Purpose |
|-----------------|-----------|----------------------------------|
| `express` | ^4.18.2 | Web server framework |
| `chart.js` | ^4.4.0 | Interactive chart rendering |
| `path` | (built-in)| Node.js path utilities |** For development/testing:** ```bash npm install --save-dev jest @types/jest
Installation
npm install sales-dashboard-chartsQuick Start
**Install the package in your Express application:
npm install sales-dashboard-charts chart.js