Hi, I’d like to incorporate some interactive filters into one of my dash apps, and the Filter Transform from Online Graph Maker · Plotly Chart Studio are exactly the type of thing I’d like to achieve.
I’ve had a go at cloning GitHub - plotly/react-chart-editor: Customizable React-based editor panel for Plotly charts and running the demo, as well as running the boilerplate demo from GitHub - plotly/dash-component-boilerplate: Get started creating your own Dash components here., and this has all been fine. However I’m a bit lost when it comes to trying to incorporate such a large set of components, with so many dependencies, into dash, especially as I have no previous experience with JavaScript.
Has anyone tried to do this before, or have any idea how achievable this would be?