I am generating a bubble chart in my React app, but all items are the same color. Is there any way to have each category automatically show as a different color? I see the colorfield prop, but I don't want to have to manually generate colors, and the number of categories can vary.
Also I've set the legend visible: true, but the legend doesn't appear. Is it possible to have a legend on a bubble chart?