react-plotly.js icon indicating copy to clipboard operation
react-plotly.js copied to clipboard

Support for Plotly 2.x

Open adamtec opened this issue 4 years ago • 2 comments

I've noticed this react wrapper hasn't been updated in last 7 months. Now that plotly.js 2.1 is out, are there plans to update this wrapper?

adamtec avatar Jun 24 '21 11:06 adamtec

There's no need to update anything: this wrapper is forwards-compatible.

nicolaskruchten avatar Jun 24 '21 12:06 nicolaskruchten

There's no need to update anything: this wrapper is forwards-compatible.

According to https://github.com/plotly/plotly.js/issues/5925#issuecomment-913715480 since v2 importing ploly.js-dist is the preferred and documented way of requiring but this library still documents installing plotly.js. This is an issue for us because of some changes made in plotly version 2.5. https://github.com/plotly/react-plotly.js/issues/258

dmbarry86 avatar Sep 06 '21 15:09 dmbarry86