Skip to content
Snippets Groups Projects
Commit adf227d4 authored by ronan.vignard's avatar ronan.vignard
Browse files

Encodage

parent 559d7ffd
Branches
No related tags found
Loading
......@@ -137,7 +137,7 @@ create_evolution_graph <- function(data,
graph_title <- if (!is.null(selected_label)) {
selected_label
} else {
"Titre par défaut en cas de sélection invalide"
"Titre par d\u00e9faut en cas de s\u00e9lection invalide"
}
config_hchart_menu()
......@@ -236,7 +236,7 @@ create_monthly_evolution_graph <- function(data,
graph_title <- if (!is.null(selected_label)) {
selected_label
} else {
"Titre par défaut en cas de sélection invalide"
"Titre par d\u00e9faut en cas de s\u00e9lection invalide"
}
short_months <- c("janv.", "f\u00e9v.", "mars", "avr.", "mai", "juin",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment