Explorar el Código

Added missing Gauge props

Torkel Ödegaard hace 6 años
padre
commit
c0b204f93b
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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}
             decimals={valueOptions.decimals}
             thresholds={options.thresholds}
             thresholds={options.thresholds}
             valueMappings={options.valueMappings}
             valueMappings={options.valueMappings}
+            showThresholdLabels={options.showThresholdLabels}
+            showThresholdMarkers={options.showThresholdMarkers}
+            minValue={options.minValue}
+            maxValue={options.maxValue}
             theme={theme}
             theme={theme}
           />
           />
         )}
         )}