SVG Animated Graphs

A simple library for (not super accurate, but beautiful) graphing in Javascript and SVG

Feature List:

  • General Rendering
  • Area Charts
  • Line Charts
  • Pie Charts
  • Donut Charts
  • Bar Charts
  • Column Charts
  • Animate on settings change
  • Animate on data updated
  • Animate on series added
  • Manual Extents
  • Top Extent marking
  • Other Extent Markings
  • Tick Markings
  • Legend Data Export
  • Legend Rendering
  • Axis Labels
  • Animation queueing

Input Data Spec:

data should be passed into the library as an array of objects where each object fits the same schema, the key names etc will be used as the series labels

API:

API Docs here

Dependencies: