Monkey charts is minimal implementation of charts using d3.js for Angular.
- Vertical Bar
- Horizontal Bar
- Line
- Pie
- Linear Gauge
The library is not published in npm. You can clone the repo and build the library. See app.component
to understand usage of each chart type.
- Advanced customization (margin, maxima, minima)
- Tooltip positioning
- Enhance line chart