mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
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:
parent
57a18445fb
commit
9c11995352
2 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ panel_defaults_by_type["histogram"] = {
|
|||
legend_counts: false,
|
||||
options: false,
|
||||
legend: false,
|
||||
resolution: 20,
|
||||
resolution: 22,
|
||||
y_format: "short"
|
||||
};
|
||||
|
||||
|
|
|
@ -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"
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue