Hello if i wanted to adjust the graph with three categories i note that the 2nd and 3rd category have the same colour:
.style("fill", function(d) { return rdr(d).tname == "Starbucks" ? "#00592d": "#ff6200"; })
Is there a way to add additional colours rather than two?