Skip to content
This repository has been archived by the owner on Jun 2, 2019. It is now read-only.

v1.1.1

Compare
Choose a tag to compare
@joshwcomeau joshwcomeau released this 07 Feb 13:34

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.