Closed ThoDuyNguyen closed 7 years ago
Hi, You can use : test$color <- "#d80036"
amPie(test, legend = TRUE, show_values = FALSE)
mainColor should be use for title color :
amPie(test, legend = TRUE, show_values = FALSE) %>% amOptions(mainColor = "#00ff00", main = "My title")
Regards,
Is it possible to set the color in this case?
These 2 snippet should produce same pie with different color (in my opinion)
Snippet 1:
Snippet 2: