datavis-tech / reactive-vis

A library for reactive data visualizations (Work in progress)
MIT License
15 stars 0 forks source link

Circle Component #22

Open curran opened 8 years ago

curran commented 8 years ago

The circle component should be responsible for drawing a single circle.

Presentation attributes should be specified as properties of the component. For all of these, it should be possible to set a static value (non-data-driven), or set up a column & scale to drive it.

Part of #12