personality-insights / sunburst-chart

A visualization for IBM Watson Personality Insights service output.
https://personality-insights.github.io/sunburst-chart/
Apache License 2.0
43 stars 37 forks source link

Removed the need to load d3 globally #24

Closed dangreenisrael closed 7 years ago

dangreenisrael commented 7 years ago

Changes

Rationale

There were 2 reasons I felt the need to do this:

  1. To prevent a conflict between versions of D3 (v3 and v4).
  2. We wanted to use this with React and not have to load stuff into onto the window variable
germanattanasio commented 7 years ago

My only concern is that we can still create a bundle that users can use in a ` Githubissues.

  • Githubissues is a development platform for aggregating issues.