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 a0964ba commit 3bcd3bbCopy full SHA for 3bcd3bb
site/static/index.html
@@ -131,7 +131,7 @@
131
let trailer = "";
132
if (absoluteMode) {
133
let pctSinceStart = (((u.data[seriesIdx][dataIdx] - u.data[seriesIdx][0]) / u.data[seriesIdx][0]) * 100).toFixed(2);
134
- trailer = uPlot.fmtNum(u.data[seriesIdx][dataIdx]) + "(" +
+ trailer = uPlot.fmtNum(u.data[seriesIdx][dataIdx]) + " (" +
135
pctSinceStart + "% since start)";
136
} else {
137
trailer = uPlot.fmtNum(u.data[seriesIdx][dataIdx]) + "% since start";
0 commit comments