I have 8+ ploty graphs, all are rendering one by one, all 8 graphs are properly render, once 9th Graph is render than first graph data become invisible. On hover I can see data is there but just not visible, once I click on lenged then data become visible but very next graph data become invisible.
This is only happening when I have large data (6500+ data points) with smaller data point it is working fine.
Output image:
Sorry, could you try and produce a complete script that reproduces that issue, one that I (or anyone else on the forum) could try? Maybe with some large amount of random data? Otherwise, it’s very hard to figure out what might be going wrong. I know this is probably embedded deep in some other code, but pulling out into an isolated script that anyone can run can be very helpful for two reasons:
It makes it easier to get help/report bugs
It might also help you figure out what’s the actual source of the bug