How do I define the point colours in this plot to be read and green, rather than green and blue?
Code:
d <- plot_ly(df, x = resolutiondate, y = age/86400, text = paste("Clarity: ", df),
mode = "markers", color = factor(isbreached), size = counts, opacity = counts) %>% layout(yaxis = ylabel)