We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef391b3 commit 552b85dCopy full SHA for 552b85d
4 files changed
src/marks/halo.js
@@ -6,7 +6,7 @@ const defaultRadius = 2;
6
let nextHaloId = 0;
7
8
function getHaloId() {
9
- return `plot-halo-${++nextHaloId}`;
+ return `plot-filter-${++nextHaloId}`;
10
}
11
12
export function applyHalo(selection, {halo}) {
test/output/lineHalo.svg
test/output/lineHaloSingle.svg
test/output/lineHaloStyles.svg
0 commit comments