Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 658 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 658 Bytes

AmpersandChart

Takes a collection of data and turns it into a nice, D3 powered, SVG chart.

Features

  • Integrates with Ampersand collections.
  • Rerendering immediately after any change in data, allowing for real time updates.
  • Internally powered by an Ampersand subcollection to allow for filtering.
  • Uses Ampersand state and view for easy bindings.
  • Completely stylable through CSS.

Installation

This will soon be published to npm as ampersand-chart.

To Do

  • Convert magic numbers to configurable settings.
  • Scrolling
  • X-axis scaling
  • Y-axis lines
  • Filtering
  • Mouseovers

Documentation

Documentation coming soon.