Skip to content
Snippets Groups Projects
Commit 6699ec34 authored by Franck.Gaspard's avatar Franck.Gaspard
Browse files

modification de l'écart entre les étiquettes du graphe_3_1

parent 08a30f63
No related branches found
No related tags found
2 merge requests!65maj_avant_transfert_vers_gitlabforge,!4675-afficher-les-valeurs-negatives-sur-le-graph-3-1
Pipeline #185386 failed
......@@ -85,7 +85,7 @@ creer_graphe_3_1 <- function(millesime_stock_artif = NULL,
ggplot2::geom_hline(yintercept = 0, color = "grey", size = 0.8) +
ggplot2::aes(label = mapfactory::format_fr_pct_2(.data$valeur, accuracy = 0.1)) +
ggplot2::geom_label(
position = ggplot2::position_dodge(width = 0.5),
position = ggplot2::position_dodge(width = 1),
vjust = 0.5, hjust = -0.5
) +
ggplot2::coord_flip() +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment