You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2019. It is now read-only.
At the moment, react-d3 only officially supports Node/NPM/browserify, although a minified browser build is also available under dist/public/js. Everything in the web build is scoped to the rd3 global variable name.
Using browserify, you can import react-d3 to a variable name of your choosing. Throughout the documentation, the top-level variable name rd3 is used:
var rd3 = require('react-d3');
react-d3 uses semantic versioning. The current version of react-d3 is available under rd3.version.