react-trend v1.1.1 Release Notes

Release Date: 2017-02-07 // about 7 years ago
  • 🎉 Initial Release!

    ✅ While this isn't the first version published to NPM, it's the first version that has the initial set of features completed, and has been tested in an external application.

    This initial version includes:

    • The ability to draw trend lines when supplied with an array of data points
    • ⚡️ auto-draw animation on mount (but not on update or dismount)
    • smoothing to reduce the harshness of edges. Uses a 'rounded corners' approach instead of a true curve approach.
    • gradients with an unlimited number of colours. Restricted to vertical-only.