Skip to content

Commit f0c2008

Browse files
committed
make default stroke.lineCap as square in bar charts
1 parent eeb7a1f commit f0c2008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/settings/Defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ export default class Defaults {
307307
},
308308
stroke: {
309309
width: 0,
310-
lineCap: 'round',
310+
lineCap: 'square',
311311
},
312312
fill: {
313313
opacity: 0.85,

0 commit comments

Comments
 (0)