In the Dashboard Studio there is an attribute that will control the width of a column, the attribute name is called width. This is my column format section, note the values for width. Dashboard Studio says it defaults to 90 and the smallest it can use is 90.
"options": {
"columnFormat": {
"FailRate": {
"data": "> table | seriesByName(\"FailRate\") | formatByType(FailRateColumnFormatEditorConfig)",
"rowColors": "> table | seriesByName('FailRate') | pick(FailRateRowColorsEditorConfig)",
"rowBackgroundColors": "> table | seriesByName(\"FailRate\") | rangeValue(FailRateRowBackgroundColorsEditorConfig)"
},
"Integration Name": {
"width": 245
},
"Function": {
"width": 300
},
"#": {
"width": 40
}
}
... View more