d3plus / d3plus-react

React components for d3plus visualizations.
MIT License
31 stars 6 forks source link

export ColorScale and Legend classes #30

Open AlmahaAlmalki opened 4 years ago

AlmahaAlmalki commented 4 years ago

Hi,

Does d3plus-react currently include the ColorScale component? I tried to import it as a stand-alone component, but it didn't work.

Thanks.

davelandry commented 4 years ago

Unfortunately no, right now d3plus-react only exports Viz-type components (exported here). The Viz component is simply just a small wrapper for the raw JavaScript behavior (check out out), so it probably wouldn't be too hard to create components like this for the ColorScale and Legend.