UNPKG

504 BJavaScriptView Raw
1/**
2 * number of bins before switching to dense mode
3 * @internal
4 */
5export var DENSE_HISTOGRAM = 19;
6/**
7 * minimal witdh of a column to show the label in the header
8 * @internal
9 */
10export var MIN_LABEL_WIDTH = 30;
11/**
12 * number of milliseconds to wait before a hovered canvas row will be replaced with a DOM one
13 * @type {number}
14 * @internal
15 */
16export var HOVER_DELAY_SHOW_DETAIL = 500;
17export var GUESSED_ROW_HEIGHT = 18;
18export var GUESSES_GROUP_HEIGHT = 40;
19//# sourceMappingURL=constants.js.map
\No newline at end of file