change spelling of greens fraction, fix parsing issue in comments table
This commit is contained in:
+2
-2
@@ -48,14 +48,14 @@ party_colors <- c(
|
||||
FDP="#FEEB34",
|
||||
"CDU/CSU"="#000000",
|
||||
SPD="#DF0B25",
|
||||
"BÜNDNIS 90 / DIE GRÜNEN"="#4A932B",
|
||||
"BÜNDNIS 90/DIE GRÜNEN"="#4A932B",
|
||||
"DIE LINKE"="#BC3475",
|
||||
"AfD&Fraktionslos"="#AAAAFF",
|
||||
Fraktionslos="#AAAAAA"
|
||||
)
|
||||
|
||||
party_order <- factor(c("Fraktionslos", "AfD&Fraktionslos",
|
||||
"DIE LINKE", "BÜNDNIS 90 / DIE GRÜNEN", "SPD", "CDU/CSU",
|
||||
"DIE LINKE", "BÜNDNIS 90/DIE GRÜNEN", "SPD", "CDU/CSU",
|
||||
"FDP", "AfD", NA_character_))
|
||||
|
||||
#' Bar chart visualizing fraction based data
|
||||
|
||||
Reference in New Issue
Block a user