Dimple dPlot color x-axis bar values in R
I'm attempting to set manual colors for Dimple dPlot line values and having some trouble. d1 <- dPlot( x="Date", y="Count", groups = "Category", data = AB_DateCategory, type = 'line' ) d1$xAxis(orderRule = "Date") d1$yAxis(type = "addMeasureAxis") d1$xAxis( type = "addTimeAxis", inputFormat = "%Y-%m-%d", outputFormat = "%Y-%m-%d", ) The plot comes out looking great, but I would like to manually set the "Category" colors. Right now, it's set to the defaults and I cannot seem to find a method of manually setting a scale. I have been able to set the defaults using brewer.pal, but I want to match