Fixed gauge issue that will require migration later and also value options editor did not handle null decimals or 0 decimals
This commit is contained in:
@@ -9,7 +9,7 @@ import { Themeable } from '../../index';
|
||||
type TimeSeriesValue = string | number | null;
|
||||
|
||||
export interface Props extends Themeable {
|
||||
decimals: number;
|
||||
decimals?: number | null;
|
||||
height: number;
|
||||
valueMappings: ValueMapping[];
|
||||
maxValue: number;
|
||||
|
||||
Reference in New Issue
Block a user