Skip to content

Commit 552b85d

Browse files
committed
rename "halo" filters to filter, so they can be reindexed like other filters
1 parent ef391b3 commit 552b85d

4 files changed

Lines changed: 27 additions & 27 deletions

File tree

src/marks/halo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const defaultRadius = 2;
66
let nextHaloId = 0;
77

88
function getHaloId() {
9-
return `plot-halo-${++nextHaloId}`;
9+
return `plot-filter-${++nextHaloId}`;
1010
}
1111

1212
export function applyHalo(selection, {halo}) {

test/output/lineHalo.svg

Lines changed: 6 additions & 6 deletions
Loading

test/output/lineHaloSingle.svg

Lines changed: 2 additions & 2 deletions
Loading

test/output/lineHaloStyles.svg

Lines changed: 18 additions & 18 deletions
Loading

0 commit comments

Comments
 (0)