File tree 1 file changed +2
-9
lines changed
1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ var extendFlat = require('../../lib/extend').extendFlat;
15
15
16
16
var ScatterGeoMarkerLineAttrs = ScatterGeoAttrs . marker . line ;
17
17
18
- module . exports = {
18
+ module . exports = extendFlat ( { } , colorscaleAttrs , {
19
19
locations : {
20
20
valType : 'data_array' ,
21
21
description : [
@@ -38,17 +38,10 @@ module.exports = {
38
38
width : ScatterGeoMarkerLineAttrs . width
39
39
}
40
40
} ,
41
- zauto : colorscaleAttrs . zauto ,
42
- zmin : colorscaleAttrs . zmin ,
43
- zmax : colorscaleAttrs . zmax ,
44
- colorscale : colorscaleAttrs . colorscale ,
45
- autocolorscale : colorscaleAttrs . autocolorscale ,
46
- reversescale : colorscaleAttrs . reversescale ,
47
- showscale : colorscaleAttrs . showscale ,
48
41
hoverinfo : extendFlat ( { } , plotAttrs . hoverinfo , {
49
42
flags : [ 'location' , 'z' , 'text' , 'name' ]
50
43
} ) ,
51
44
_nestedModules : {
52
45
'colorbar' : 'Colorbar'
53
46
}
54
- } ;
47
+ } ) ;
You can’t perform that action at this time.
0 commit comments