فهرست منبع

Added missing Gauge props

Torkel Ödegaard 6 سال پیش
والد
کامیت
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}
           />
         )}