Skip to content

Commit

Permalink
Merge pull request #221 from grafana/change-max-data-points
Browse files Browse the repository at this point in the history
Update default maxDataPoints to 1 instead of 3
  • Loading branch information
robert-milan committed Apr 7, 2020
2 parents f85302f + b8921de commit 304a575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/piechart_ctrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class PieChartCtrl extends MetricsPanelCtrl {
},
links: [],
datasource: null,
maxDataPoints: 3,
maxDataPoints: 1,
interval: null,
targets: [{}],
cacheTimeout: null,
Expand Down

0 comments on commit 304a575

Please sign in to comment.