Skip to content

Commit ce9ad22

Browse files
committed
fix ticks
1 parent 8381446 commit ce9ad22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/summary-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ async function summary(div, filters, refresh) {
260260
} else filters.delete(name);
261261
refresh(); // TODO debounce
262262
});
263-
d3.select(chart).call(brush);
263+
d3.select(chart).append("g").call(brush);
264264
}
265265
div.append(chart ? html`<div style=${type === "Utf8" ? "" : {
266266
position: "absolute",

0 commit comments

Comments
 (0)