Torkel Ödegaard 6 лет назад
Родитель
Сommit
c0b204f93b
1 измененных файлов с 4 добавлено и 0 удалено
  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}
           />
         )}