React components for d3plus visualizations.
npm install @d3plus/reactIf using npm, npm install @d3plus/react. Otherwise, you can download the latest release from GitHub or load from a CDN.
``js`
import modules from "@d3plus/react";
In vanilla JavaScript, a d3plus global is exported from the pre-bundled version:
`html``
Live examples can be found on d3plus.org, which includes a collection of example visualizations using @d3plus/react.
#####
* D3plusContext - A React context instance used to provide global config options via a provider (D3plusContext.Provider).
* Renderer
---
#### d3plus.D3plusContext() <>
A React context instance used to provide global config options via a provider (D3plusContext.Provider).
This is a global function
---
#### d3plus.Renderer(config, [className], [callback]) <>
This is a global function
---