Skip to content

Commit 564277e

Browse files
committed
Include properties in arrowhead defaults, but leave undefined
1 parent 95831aa commit 564277e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types/line.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ LineAnnotation.id = 'lineAnnotation';
107107
const arrowHeadsDefaults = {
108108
backgroundColor: undefined,
109109
backgroundShadowColor: undefined,
110-
borderCapStyle: 'butt',
110+
borderCapStyle: undefined,
111111
borderColor: undefined,
112112
borderDash: undefined,
113113
borderDashOffset: undefined,
114-
borderJoinStyle: 'miter',
114+
borderJoinStyle: undefined,
115115
borderShadowColor: undefined,
116116
borderWidth: undefined,
117117
display: undefined,

0 commit comments

Comments
 (0)