I have to design two pie charts in a dashboard and first pie chart should be in upper half of page and 2nd chart in lower half page . I am using anychart for this but I am unable to understand how to use piechart.bounds(0,0,0,0)
for this. What do the 4 parameters in anychart.bounds
signify.
pieChart.bounds(0, 0, "50%", "100%");
I want my charts one below the other not side by side