Added missing Gauge props

This commit is contained in:
Torkel Ödegaard
2019-02-16 16:06:16 +01:00
parent 4c59a91651
commit c0b204f93b
@@ -50,6 +50,10 @@ export class GaugePanel extends PureComponent<Props> {
decimals={valueOptions.decimals}
thresholds={options.thresholds}
valueMappings={options.valueMappings}
showThresholdLabels={options.showThresholdLabels}
showThresholdMarkers={options.showThresholdMarkers}
minValue={options.minValue}
maxValue={options.maxValue}
theme={theme}
/>
)}