Skip to content

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 authored and zhaoyongjie committed Nov 26, 2021
1 parent bcd6396 commit fa0d4ea
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 fa0d4ea

Please sign in to comment.