File tree 1 file changed +18
-4
lines changed 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,29 @@ module.exports = {
29
29
dflt : 'h' ,
30
30
editType : 'plot' ,
31
31
description : [
32
- 'Sets the orientation of the icicle.' ,
33
- 'With *v* the icicle grows vertically.' ,
34
- 'With *h* the icicle grows horizontally.' ,
32
+ 'When set in conjunction with `tiling.flip`, determines on' ,
33
+ 'which side the root nodes are drawn in the chart. If' ,
34
+ '`tiling.orientation` is *v* and `tiling.flip` is **, the root' ,
35
+ 'nodes appear at the top. If `tiling.orientation` is *v* and' ,
36
+ '`tiling.flip` is *y*, the root nodes appear at the bottom. If' ,
37
+ '`tiling.orientation` is *h* and `tiling.flip` is **, the' ,
38
+ 'root nodes appear at the left. If `tiling.orientation` is *h*' ,
39
+ 'and `tiling.flip` is *x*, the root nodes appear at the right.' ,
35
40
] . join ( ' ' )
36
41
} ,
37
42
38
43
flip : treemapAttrs . tiling . flip ,
39
44
40
- pad : treemapAttrs . tiling . pad ,
45
+ pad : {
46
+ valType : 'number' ,
47
+ min : 0 ,
48
+ dflt : 0 ,
49
+ editType : 'plot' ,
50
+ description : [
51
+ 'Sets the inner padding (in px).'
52
+ ] . join ( ' ' )
53
+ } ,
54
+
41
55
42
56
editType : 'calc' ,
43
57
} ,
You can’t perform that action at this time.
0 commit comments