Hey @chriddyp,
I manage to get it working! I’ve made a video https://youtu.be/NNtL5vlu-tE showing it rendering 10k lines.
Everything that I’ve done so far is can be found here: https://github.com/JoaoCarabetta/deckgl2plotly
I plan to add other layer types and improve styling etc in the future.
However, when I tried to use by installing the tarball, I got this error:
Uncaught (in promise) Error: deckglplotly was not found.
at Object.resolve (registry.js:16)
at p (TreeContainer.js:73)
at Array.map (<anonymous>)
at p (TreeContainer.js:58)
at Array.map (<anonymous>)
at p (TreeContainer.js:58)
at Array.map (<anonymous>)
at p (TreeContainer.js:58)
at Array.map (<anonymous>)
at p (TreeContainer.js:58)
You can reproduce it using the usage.py and test.json files.
Do you know what I am missing?