|
|
@@ -177,7 +177,7 @@ export class DynamicDashboardSrv {
|
|
|
|
|
|
_.each(selected, (option, index) => {
|
|
|
var copy = this.getPanelClone(panel, row, index);
|
|
|
- copy.span = Math.max(12 / selected.length, panel.minSpan);
|
|
|
+ copy.span = Math.max(12 / selected.length, panel.minSpan || 4);
|
|
|
copy.scopedVars = copy.scopedVars || {};
|
|
|
copy.scopedVars[variable.name] = option;
|
|
|
});
|