File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -144,16 +144,14 @@ module.exports = {
144
144
cornerradius : {
145
145
valType : 'number' ,
146
146
min : 0 ,
147
- // max: 10, // TODO: Do we need a max?
148
147
dflt : 0 ,
149
148
editType : 'plot' ,
150
149
description : [
151
- 'Sets the rounding of corners (in px).'
150
+ 'Sets the maximum rounding of corners (in px).'
152
151
] . join ( ' ' )
153
152
} ,
154
153
155
154
editType : 'calc' ,
156
-
157
155
} ,
158
156
colorScaleAttrs ( 'marker' , {
159
157
colorAttr : 'colors' ,
Original file line number Diff line number Diff line change 34113
34113
"valType": "string"
34114
34114
},
34115
34115
"cornerradius": {
34116
- "description": "Sets the rounding of corners (in px).",
34116
+ "description": "Sets the maximum rounding of corners (in px).",
34117
34117
"dflt": 0,
34118
34118
"editType": "plot",
34119
34119
"min": 0,
69179
69179
"valType": "string"
69180
69180
},
69181
69181
"cornerradius": {
69182
- "description": "Sets the rounding of corners (in px).",
69182
+ "description": "Sets the maximum rounding of corners (in px).",
69183
69183
"dflt": 0,
69184
69184
"editType": "plot",
69185
69185
"min": 0,
You can’t perform that action at this time.
0 commit comments