Selaa lähdekoodia

Merge pull request #15498 from grafana/fix/15463

Remove maxDataPoints and interval props from props to remember in panel model
Torkel Ödegaard 6 vuotta sitten
vanhempi
commit
35253cb7f7
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      public/app/features/dashboard/state/PanelModel.ts

+ 0 - 2
public/app/features/dashboard/state/PanelModel.ts

@@ -46,8 +46,6 @@ const mustKeepProps: { [str: string]: boolean } = {
   timeFrom: true,
   timeShift: true,
   hideTimeOverride: true,
-  maxDataPoints: true,
-  interval: true,
   description: true,
   links: true,
   fullscreen: true,