Can you add a legend to a dc.js Bubble Chart?
问题 Is it possible to make a legend for Bubble Chart? Somebody asked this question a few years ago, but I cannot find a good answer for it. Does anybody have an example of where they made a legend for a bubble chart using dc.js? 回答1: You can manually add legend support to any chart which does not have it already by defining the .legendables() function. Although many charts (e.g. pie, line, bar, scatter, sunburst) support it, the default is to return an empty array. One reason why it might not be