Skip to content

Commit 5e9ca0e

Browse files
authored
fix: fixed bar chart corners (#55)
1 parent 443aef4 commit 5e9ca0e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/core/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ export const CHART_ADDITIONAL_DATA = {
33
width: 'container',
44
height: 'container',
55
mark: {
6-
cornerRadius: 5,
6+
cornerRadiusTopLeft: 5,
7+
cornerRadiusTopRight: 5,
78
tooltip: true,
89
},
910
params: [

0 commit comments

Comments
 (0)