Hi,
I've a dashboard that shows a zero axis when initially loaded but it disappears when you click in another tab and back, or when going to full screen mode.
Axis is there on loading :
But if I click on any tab and go back, or after going full screed the axis disappears:
Does anyone know how can I prevent for this from happening? Server version is 2021.4.2, happens in all browsers.
Thanks
4 answers
Yes, I recreated the same chart 9 times (needed same chart for 9 different routes) and the same problems happens. I just tried to force server side rendering by appending &:render=false to the end of the URL and it fixed the problem. But this causes animations to stop and I'm not sure what would be the impact on performance. Cheers