Skip to content
This repository has been archived by the owner on Jun 25, 2020. 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 authored and kristw committed Apr 1, 2019
1 parent 182c3a9 commit 6924b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/superset-ui-legacy-preset-chart-nvd3/src/utils.js
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 6924b98

Please sign in to comment.