plotly / react-pivottable

React-based drag'n'drop pivot table with Plotly.js charts
https://react-pivottable.js.org/
MIT License
972 stars 248 forks source link

Code for demo #138

Open thbeh opened 2 years ago

thbeh commented 2 years ago

Hi, I am new to React and finding react-pivottable an interesting reporting framework to test. Is it possible to share the source code for the live demo? Thanks in advance

nicolaskruchten commented 2 years ago

Yes, this code is in this repo.

nicolaskruchten commented 2 years ago

Here's the file: https://github.com/plotly/react-pivottable/blob/master/examples/App.jsx

thbeh commented 2 years ago

Thank you, sir.

thbeh commented 2 years ago

My apologies. I reopen this ticket. I could get a simple example working but not the 'example'. Could I create an empty react app and dump everything in 'example' into 'src'?

Does it matter if I am using yarn and not webpack?