RhoInc / Webcharts

Reusable, flexible, interactive charts with JavaScript
MIT License
34 stars 6 forks source link

Bind chart and control objects to associated divs on the DOM #180

Closed jwildfire closed 6 years ago

jwildfire commented 6 years ago

When the chart wrap is created, link the chart itself to the DOM using .datum()

jwildfire commented 6 years ago

Updating scope to include control objects as well.