change chart resolution from 20 to 22 to side step rounding errors cause charts to switch between 1m and 5m resolution

relates to #53
This commit is contained in:
Boaz Leskes 2014-01-24 09:19:13 +01:00
parent 57a18445fb
commit 9c11995352
2 changed files with 2 additions and 2 deletions

View file

@ -129,7 +129,7 @@ panel_defaults_by_type["histogram"] = {
legend_counts: false,
options: false,
legend: false,
resolution: 20,
resolution: 22,
y_format: "short"
};

View file

@ -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"
};