Hi there,
I am trying to make a stacked line/scatter chart with many datapoints (100,000s). It’s not practical to use a normal Scatter plot for this, so I’ve switches to ScatterGL which works great. But ScatterGL lacks the ‘stackgroup’ parameter to make the stacking happen.
How do I go about doing this? I could sum the necessary values manually, but then the tooltip values will be incorrect and it’s much more messy.
Thanks