Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
change chart resolution from 20 to 22 to side step rounding errors ca…
Browse files Browse the repository at this point in the history
…use charts to switch between 1m and 5m resolution

relates to elastic#53
  • Loading branch information
bleskes committed Jan 24, 2014
1 parent 57a1844 commit 9c11995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kibana/dashboards/indices_stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ panel_defaults_by_type["histogram"] = {
legend_counts: false,
options: false,
legend: false,
resolution: 20,
resolution: 22,
y_format: "short"
};

Expand Down
2 changes: 1 addition & 1 deletion kibana/dashboards/nodes_stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ panel_defaults_by_type["histogram"] = {
zoomlinks: false,
options: false,
legend: false,
resolution: 20,
resolution: 22,
annotate: annotate_config,
y_format: "short"
};
Expand Down

0 comments on commit 9c11995

Please sign in to comment.