I'm having an issue with PHPExcel that it is not PHPExcel's fault. In a graph, the values being presented are very large, so since the default setting for the axis options for Minimum is Automatic, Excel is deciding to use a minimum value for the Y axis of 156,000. The issue can be "Fixed" in Excel by going into the Axis format option and setting a Fixed value of 0 for the minimum of that axis.
So I've been trying to figure out if you can set this option from within PHPExcel, but can't figure out if it's even possible.
So can you change the Chart Axis format options from within PHPExcel, and if so... how?
Thanks,