We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443aef4 commit 5e9ca0eCopy full SHA for 5e9ca0e
1 file changed
src/core/constants.ts
@@ -3,7 +3,8 @@ export const CHART_ADDITIONAL_DATA = {
3
width: 'container',
4
height: 'container',
5
mark: {
6
- cornerRadius: 5,
+ cornerRadiusTopLeft: 5,
7
+ cornerRadiusTopRight: 5,
8
tooltip: true,
9
},
10
params: [
0 commit comments