Les options de la police des axes au bon endroit (évolution alpha 2) (marcimat)

master
tcharlss 3 years ago
parent 4dfee1f9db
commit e47aee4302

@ -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{

Loading…
Cancel
Save