react-plotly

React components for the Plotly graphing library

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
react-plotly
1.0.08 years ago8 years agoMinified + gzip package size for react-plotly in KB

Readme

React Plotly

Build

1) Download the github repository 2) Run npm install 3) Run gulp

How-To

Each component implements a corresponding plotly chart. As props they require containerId, data, and layout. ContainerId simply becomes the id of the div containing the chart (must be unique?). For documentation on what goes into data and layout, see the plotly documentation.