Hi,
I have two different containers. The line chats are get plotted over there. But a huge gap is getting created between these two containers. Thogh the chart section height is small wrt the container area.
Thank you
Hi,
I have two different containers. The line chats are get plotted over there. But a huge gap is getting created between these two containers. Thogh the chart section height is small wrt the container area.
Thank you
Hi @arpitacn,
Can you provide a picture? I think i understand/relate to this problem you describe, but i need a picture of your situation just to be sure we’re talking about the same.
Roy Smorenburg
Hi
I have attached the image what I was getting, but now I have figured it out. This was caused due to my grid settings. Now I have set the row : 1, column :1 under grid settings, and that’s solved my issue.
Thank you
Hi @arpitacn,
Nice! Otherwise you could change/override the plot.ly css with something like:
margin-top: -2rem (!important);
Depending on which class you set this property, the chart underneath it will vertically shift 2rem upwards - making the space between the containers smaller while retaining proper ratio.
Roy Smorenburg
Great! Thank you for the heads up.