chiasm-project / chiasm

A browser based environment for interactive data visualizations.
MIT License
184 stars 27 forks source link

Chiasm plugin for Color Legend #42

Open curran opened 9 years ago

curran commented 9 years ago

A color legend component is required. Perhaps this can be a wrapper around http://d3-legend.susielu.com/

curran commented 9 years ago

Getting closer - here's a working example that creates a color legend.

curran commented 9 years ago

After making the component - add a feature where the color legend is clickable and pops up a color picker. Picking the color should propagate back to the configuration and to all the visualizations using the color scale.