Chart margins
Posted: Wed Jul 09, 2014 3:32 pm
Can I control the margins around the chart, especially to the left of the left axis? The HTML container that holds the chart already include padding/margins, and it's not necessary for the chart to add more.
I took a wild guess and tried
but it doesn't appear to be called.
Thanks.
I took a wild guess and tried
Code: Select all
Chart1.axes.left.calcMargins =
function() {
return 0;
}
Thanks.