File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,12 @@ var textFontAttrs = fontAttrs({
25
25
} ) ;
26
26
delete ( textFontAttrs . size ) ; // TODO: relative size?
27
27
28
+ // TODO: choose appropriate editType
28
29
var gaugeArcAttr = {
29
30
color : {
30
31
valType : 'color' ,
31
32
editType : 'style' ,
33
+ role : 'style' ,
32
34
description : [
33
35
'Sets the background color of the arc.'
34
36
] . join ( ' ' )
@@ -129,7 +131,8 @@ module.exports = {
129
131
description : [
130
132
'Show relative change in percentage'
131
133
] . join ( ' ' )
132
- }
134
+ } ,
135
+ editType : 'style'
133
136
} ,
134
137
gauge : {
135
138
background : extendFlat ( { } , gaugeArcAttr , {
@@ -148,6 +151,7 @@ module.exports = {
148
151
'Set the appearance of the gauge\'s target'
149
152
] . join ( ' ' )
150
153
} ) ,
151
- description : 'The gauge of the Indicator plot.'
154
+ description : 'The gauge of the Indicator plot.' ,
155
+ editType : 'plot'
152
156
}
153
157
} ;
You can’t perform that action at this time.
0 commit comments