I want to create a heatmap using a very wide dataset and then surface this on a web page with zoom etc. I know that plotly.js can do a heatmap but I don’t think it will handle the number of columns (~30000) that I need to visualise. I thought that the heatmapgl component may handle it better.
Is it possible to use the heamapgl component in plotly.js? Alternatively, will this be possible through Dash or is this just abstracting the same capability?