-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Here's what my line code looks like, and works fine:
<Line
theme={{
stroke: { color: "blue", width: 2 },
scatter: {
default: {
width: 12,
height: 12,
rx: 12,
color: "blue",
border: {
color: "red",
width: 10,
dashArray: [5],
},
},
},
}}
/>
But it doesn't seem to recognize the values passed into "border". I read through the source code, and it doesn't look like the values from border are being applied. Anyone have a way to resolve this?
Metadata
Metadata
Assignees
Labels
No labels
