not exactly for gauge plot, but i managed to fill empty white space for my treemap plot by setting the width and height to close to 100% like this example
'series': {
"name": "ALL",
"type": "treemap",
"visibleMin": 200,
"width": "95%",
"height": "90%",
}