I'm trying to create rows of 3 AngularGauge.swf objects but I can't seem to figure out how to align them side by side. If I create 3 charts using div tags and myChart.setDataURL and myChart.render, the widgets are arranged under each other.
How could I arrange them horizontally?
Thanks!