Commit 0df71bb
committed
Hide marker line for blank points in scatter plots
- Prevent marker line borders from rendering on blank data points by setting line width to 0 when `d.isBlank` is true in the `singlePointStyle()` function
- Add `dash` and `dashsrc` schema attributes for marker line styling across multiple chart types to support customisable dash patterns
- Ensure blank points appear correctly without visible outlines while maintaining proper styling for non-blank markers1 parent d838891 commit 0df71bb
2 files changed
Lines changed: 296 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1060 | 1060 | | |
1061 | 1061 | | |
1062 | 1062 | | |
1063 | | - | |
| 1063 | + | |
1064 | 1064 | | |
1065 | 1065 | | |
1066 | 1066 | | |
| |||
0 commit comments