I have some chart of varying sizes. The doughnut/pie ones are all centered, and the center varies by the size.
I think the page would look better if all the charts where aligned to the left.
See the example here. http://dealpoints.herokuapp.com/pages/521676fd9f7dfab133000007
The top chart and other charts don’t line up. This is because the width of the top chart is smaller than the others since it is paired with another element.
If there is no alignment option then I can live without it. But it might be a quick solution to my issue.
Because the alignment issue is mainly due to reduced chart width (because of the other element next to chart), you can consider adding a dummy div element next to other charts or reduce their width accordingly.