diff --git a/public/app/plugins/panel/gauge/GaugePanel.tsx b/public/app/plugins/panel/gauge/GaugePanel.tsx index eb5aad82ee1..e7e60a7c417 100644 --- a/public/app/plugins/panel/gauge/GaugePanel.tsx +++ b/public/app/plugins/panel/gauge/GaugePanel.tsx @@ -50,6 +50,10 @@ export class GaugePanel extends PureComponent { decimals={valueOptions.decimals} thresholds={options.thresholds} valueMappings={options.valueMappings} + showThresholdLabels={options.showThresholdLabels} + showThresholdMarkers={options.showThresholdMarkers} + minValue={options.minValue} + maxValue={options.maxValue} theme={theme} /> )}