ソースを参照

Added missing Gauge props

Torkel Ödegaard 7 年 前
コミット
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}
           />
         )}