Merge remote-tracking branch 'origin/master' into bar-gauge-poc

This commit is contained in:
Torkel Ödegaard
2019-03-13 08:26:06 +01:00
433 changed files with 8822 additions and 5961 deletions

View File

@@ -123,7 +123,7 @@ export class Gauge extends PureComponent<Props> {
Math.min(dimension / 5, 100) * (formattedValue !== null ? this.getFontScale(formattedValue.length) : 1);
const thresholdLabelFontSize = fontSize / 2.5;
const options = {
const options: any = {
series: {
gauges: {
gauge: {