mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Gauge: Better handling of gauge repeat title (#16886)
* Gauge: began looking at gauge title * Gauge: title improvements * Minor progres * Gauge: title improvements, still needs more tweaking * Gauge: title is starting to work ok * Use selectThemeVariant * Remove unused type
This commit is contained in:
5
public/vendor/flot/jquery.flot.gauge.js
vendored
5
public/vendor/flot/jquery.flot.gauge.js
vendored
@@ -594,6 +594,8 @@
|
||||
|
||||
span.css("position", "absolute");
|
||||
span.css("top", y + "px");
|
||||
span.css("white-space", "nowrap");
|
||||
|
||||
if (textOptions.font.size) {
|
||||
span.css("font-size", textOptions.font.size + "px");
|
||||
}
|
||||
@@ -935,7 +937,7 @@
|
||||
}
|
||||
},
|
||||
values: [
|
||||
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -951,3 +953,4 @@
|
||||
});
|
||||
|
||||
})(jQuery);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user