Merge branch 'react-panel-options' into bar-gauge-poc

This commit is contained in:
Torkel Ödegaard
2019-02-16 16:34:56 +01:00
6 changed files with 28 additions and 11 deletions
@@ -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;