@@ -904,7 +904,7 @@ el_def <- function(class = NULL, inherit = NULL, description = NULL) {
904
904
legend.key.spacing = el_def(c(" unit" , " rel" ), " spacing" ),
905
905
legend.key.spacing.x = el_def(c(" unit" , " rel" ), " legend.key.spacing" ),
906
906
legend.key.spacing.y = el_def(c(" unit" , " rel" ), " legend.key.spacing" ),
907
- legend.key.justification = el_def(c(" character" , " numeric" , " integer" )),
907
+ legend.key.just = el_def(c(" character" , " numeric" , " integer" )),
908
908
legend.frame = el_def(element_rect , " rect" ),
909
909
legend.axis.line = el_def(element_line , " line" ),
910
910
legend.ticks = el_def(element_line , " legend.axis.line" ),
@@ -918,26 +918,26 @@ el_def <- function(class = NULL, inherit = NULL, description = NULL) {
918
918
legend.position.inside = el_def(c(" numeric" , " integer" )),
919
919
legend.direction = el_def(" character" ),
920
920
921
- legend.justification = el_def(c(" character" , " numeric" , " integer" )),
922
- legend.justification .top = el_def(
921
+ legend.just = el_def(c(" character" , " numeric" , " integer" )),
922
+ legend.just .top = el_def(
923
923
c(" character" , " numeric" , " integer" ),
924
- " legend.justification "
924
+ " legend.just "
925
925
),
926
- legend.justification .bottom = el_def(
926
+ legend.just .bottom = el_def(
927
927
c(" character" , " numeric" , " integer" ),
928
- " legend.justification "
928
+ " legend.just "
929
929
),
930
- legend.justification .left = el_def(
930
+ legend.just .left = el_def(
931
931
c(" character" , " numeric" , " integer" ),
932
- " legend.justification "
932
+ " legend.just "
933
933
),
934
- legend.justification .right = el_def(
934
+ legend.just .right = el_def(
935
935
c(" character" , " numeric" , " integer" ),
936
- " legend.justification "
936
+ " legend.just "
937
937
),
938
- legend.justification .inside = el_def(
938
+ legend.just .inside = el_def(
939
939
c(" character" , " numeric" , " integer" ),
940
- " legend.justification "
940
+ " legend.just "
941
941
),
942
942
943
943
legend.location = el_def(" character" ),
0 commit comments