|
|
|
@ -237,19 +237,26 @@
|
|
|
|
|
display, #GET{axeX},
|
|
|
|
|
stacked, #GET{stacked},
|
|
|
|
|
scaleLabel, #ARRAY{display,#GET{labelX}|?{true}, labelString,#GET{labelX}},
|
|
|
|
|
ticks, #ARRAY{
|
|
|
|
|
font, #ARRAY{
|
|
|
|
|
size, #GET{fontSize},
|
|
|
|
|
color, #GET{fontColor}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
y, #ARRAY{
|
|
|
|
|
display, #GET{axeY},
|
|
|
|
|
stacked, #GET{stacked},
|
|
|
|
|
scaleLabel, #ARRAY{display,#GET{labelY}|?{true}, labelString,#GET{labelY}},
|
|
|
|
|
ticks, #ARRAY{
|
|
|
|
|
font, #ARRAY{
|
|
|
|
|
size, #GET{fontSize},
|
|
|
|
|
color, #GET{fontColor}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}}
|
|
|
|
|
#SET{legend, #ARRAY{
|
|
|
|
|
labels, #ARRAY{
|
|
|
|
|
fontSize, #GET{fontSize},
|
|
|
|
|
fontColor, #GET{fontColor}
|
|
|
|
|
}
|
|
|
|
|
}}
|
|
|
|
|
#SET{legend, #ARRAY}
|
|
|
|
|
#SET{nb_dimensions, #LISTE{#GET{width_int},#GET{height_int}}|array_filter|count}
|
|
|
|
|
#SET{maintainaspectratio, #GET{nb_dimensions}|=={1}|?{false}}
|
|
|
|
|
#SET{options,#ARRAY{
|
|
|
|
|