react-plotlyjs icon indicating copy to clipboard operation
react-plotlyjs copied to clipboard

ReactJS / PlotlyJS integration. Draw plotly.js graphs in your react app.

Results 6 react-plotlyjs issues
Sort by recently updated
recently updated
newest added

I saw "Performs a full redraw on every update, I intend to make this more performant soon." listed as a problem in the README, so I thought I'd add it...

Hi! I'm the maintainer of the Plotly-supported https://github.com/plotly/react-plotly.js project. I see that this repo hasn't seen a lot of action in the past year... Would you like to add a...

Hi, I just tried read me example using meteor with react, then server shows this error, even when I delete all code and just only install the package: While processing...

I found my app rerendering too often due to the data object changing as well. Plotly was adding uid keys to the traces.

:warning: This PR embed these other PRs: https://github.com/benjeffery/react-plotlyjs/pull/16 https://github.com/benjeffery/react-plotlyjs/pull/17 I added a prop to make the plot redraw everytime the window resize in order to make it responsive.

The graph dom element is not accessible outside the React Component. I added it to the event handlers params in order to be abble to call `Plotly.restyle()` from outside