When creating a circular gauge chart you can specify multiple series. It generates a separate circular gauge for each series within this one "chart". The difficulty is in positioning them.
By default PHPRunner treats it as one chart and all gauges are put into a single row. I'd like to arrange them into two rows. How can I identify individual gauges and reposition them into two rows?
By default PHPRunner treats it as one chart and all gauges are put into a single row. I'd like to arrange them into two rows. How can I identify individual gauges and reposition them into two rows?