Ver Fonte

Added missing Gauge props

Torkel Ödegaard há 7 anos atrás
pai
commit
c0b204f93b
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      public/app/plugins/panel/gauge/GaugePanel.tsx

+ 4 - 0
public/app/plugins/panel/gauge/GaugePanel.tsx

@@ -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}
           />
         )}