Are there any plans to use WebGL, or libraries built on top of WebGL like StackGL, to render visualizations?
We commonly run into slowness with Redash and my suspicion is that Redash is using regular ol’ browser components to render visualizations, which use the CPU. But if you use WebGL, you can utilize GPUs, which work much, much better.
As a comparison point, Plotly.js uses WebGL to render its visualizations and performs quite well.
EDIT: Redash does use Plotly.js, but many/most of the renderings are still in SVG. Any thought about using the WebGL ones?