We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f6ec8 commit 25e9aefCopy full SHA for 25e9aef
src/plugins/data/common/search/aggs/buckets/lib/histogram_calculate_interval.ts
@@ -74,8 +74,8 @@ const calculateForGivenInterval = (
74
7. Find the number of expected buckets that higherPower would create: diff / higherPower
75
8. There are three possible final intervals, pick the one that's closest to maxBars:
76
- The lower power of 10
77
- - The higher power of 10, divided by 5
78
- - The higher power of 10, divided by 2
+ - The lower power of 10, times 2
+ - The lower power of 10, times 5
79
**/
80
const calculateAutoInterval = (
81
diff: number,
0 commit comments