updated by GasGit automation
This commit is contained in:
parent
53c7e1c290
commit
7151bd9b10
1 changed files with 7 additions and 1 deletions
|
@ -342,12 +342,18 @@ var Sankey = (function(sankey) {
|
||||||
template: "numberTemplate",
|
template: "numberTemplate",
|
||||||
label: "Width",
|
label: "Width",
|
||||||
icon: "crop_landscape",
|
icon: "crop_landscape",
|
||||||
|
properties:{
|
||||||
|
max:1024
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
previewHeight: {
|
previewHeight: {
|
||||||
template: "numberTemplate",
|
template: "numberTemplate",
|
||||||
label: "Height",
|
label: "Height",
|
||||||
icon: "crop_portrait",
|
icon: "crop_portrait",
|
||||||
|
properties:{
|
||||||
|
max:1024
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
scaleWidth: {
|
scaleWidth: {
|
||||||
|
@ -520,7 +526,7 @@ var Sankey = (function(sankey) {
|
||||||
labelPadding: {
|
labelPadding: {
|
||||||
template: "numberTemplate",
|
template: "numberTemplate",
|
||||||
label: "Label padding",
|
label: "Label padding",
|
||||||
icon: "vertical_align_bottom",
|
icon: "format_indent_increase",
|
||||||
properties: {
|
properties: {
|
||||||
max: 20,
|
max: 20,
|
||||||
min: 0,
|
min: 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue