Merge branch 'master' into bar-gauge-poc

This commit is contained in:
Torkel Ödegaard
2019-02-18 11:55:37 +01:00
49 changed files with 565 additions and 272 deletions

View File

@@ -9,7 +9,7 @@ import { Themeable } from '../../index';
type GaugeValue = string | number | null;
export interface Props extends Themeable {
decimals: number;
decimals?: number | null;
height: number;
valueMappings: ValueMapping[];
maxValue: number;