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 7907140 commit 0d66e6eCopy full SHA for 0d66e6e
src/components/fx/constants.js
@@ -16,11 +16,15 @@ module.exports = {
16
YANGLE: 60,
17
18
// size and display constants for hover text
19
- HOVERARROWSIZE: 6, // pixel size of hover arrows
20
- HOVERTEXTPAD: 3, // pixels padding around text
+
+ // pixel size of hover arrows
21
+ HOVERARROWSIZE: 6,
22
+ // pixels padding around text
23
+ HOVERTEXTPAD: 3,
24
+ // hover font
25
HOVERFONTSIZE: 13,
26
HOVERFONT: 'Arial, sans-serif',
27
28
// minimum time (msec) between hover calls
- HOVERMINTIME: 50,
29
+ HOVERMINTIME: 50
30
};
0 commit comments