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 99c3e99 commit 0ca2ceaCopy full SHA for 0ca2cea
scout-ui/src/minicharts/d3fns/date.js
@@ -58,7 +58,7 @@ module.exports = function(opts) {
58
return {
59
label: weekdayLabels[i],
60
value: d.length,
61
- tooltip: weekdayLabels[i]
+ // tooltip: weekdayLabels[i]
62
};
63
})
64
.value();
@@ -74,7 +74,7 @@ module.exports = function(opts) {
74
75
label: hourLabels[i] + ':00',
76
77
- tooltip: hourLabels[i] + ':00'
+ // tooltip: hourLabels[i] + ':00'
78
79
80
0 commit comments