Placed an Line Chart on the Mashuip, But there is lot of spacing issue on the Chart, by which Dashboard Width and height needed to be increased. How can the spaces can be removed ?
@c_lowy @slangley @VladimirN @CarlesColl
Thanks,
Shashi
Solved! Go to Solution.
So,
This issue got fixed by changing the padding in the StyleProperties, Base-->Chart Layout
Thanks,
Hello @pshashipreetham ,
The spacing that you are seeing comes into play if the following fields are set to the default value of "Auto":
You could try setting these properties to values that are closer or equal to the smallest/largest values in your data set as appropriate to eliminate the spaces you are seeing. Note that the fields I noted here are all bindable targets as well, so you could pass in values at runtime to set the max and mins respectively according to the supplied data set.
I hope you find this information helpful! Let us know if this helps you to eliminate the spaces from your chart.
Regards,
Stefan
Hi @statka ,
How can below space can be removed in the Line Chart ?
@paic @c_lowy @slangley @VladimirN
Thanks,
Shashi
Hi @pshashipreetham ,
Have you also adjusted the "YAxisMinumumValues" parameter? It looks like the minimum y value is greater than zero, so setting this to something closer to the actual minimum might save some additional space. Note that if you do not see the "YAxisMinumumValues" parameter, you may need to set the "YAxisType" setting appropriately.
Regards,
Stefan
So,
This issue got fixed by changing the padding in the StyleProperties, Base-->Chart Layout
Thanks,