Skip to content

Commit a270ae5

Browse files
committed
deploy: a9e656e
1 parent aff9162 commit a270ae5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/webview.bundle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202900,8 +202900,8 @@ function ErrorPlot() {
202900202900
const { orig, expId } = JSON.parse(t.textContent);
202901202901
const parent = circle.parentNode;
202902202902
circles.push({ circle, parent, orig, expId });
202903-
// Done using circle ordinal & id info, reset textContent so onHover of points gives useful info for user
202904-
t.textContent = orig.map((v, i) => `${vars[i]}: ${herbiejs.displayNumber(ordinals.ordinalToFloat(v))}`).join('\n');
202903+
// Done using circle ordinal & id info, reset textContent so onHover of points doesn't bother the user
202904+
t.textContent = '';
202905202905
});
202906202906
let brushedPoints = [];
202907202907
// Layering brushing on top of plot

dist/webview.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)