Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
fix: fine tune time pivot chart tooltip (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
datability-io committed Apr 1, 2019
1 parent 658f612 commit 088c5bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export function generateTimePivotTooltip(d, xFormatter, yFormatter) {
if (series.key === 'current') {
label = series.key;
} else {
label = `${series.key} of the selected frequence`;
label = `${series.key} of the selected frequency:`;
}
tooltip +=
"<tr><td class='legend-color-guide'>" +
Expand Down

0 comments on commit 088c5bb

Please sign in to comment.