Skip to main content

All Questions

Tagged with
1 vote
1 answer
365 views

add legend to dc.js scatterplot

Somewhat related to this question. I would like to add a legend to a scatterplot using dc.js, ideally with the possibility of highlighting points based on hover/click of the corresponding legend. The ...
M.T's user avatar
  • 5,121
1 vote
1 answer
1k views

Custom legend based on color of bars in a dc.js composite chart

I implemented a composite chart with two bar charts in which one bar chart consists of bars with different colored bars. Now, I want to create a custom legend that represents each color bar (similar ...
Jael B's user avatar
  • 151
1 vote
1 answer
918 views

Dc.js piechart legend overflowing

Im using dc.js to render amongts other things a piechart which has a legend. However when the piechart contains a lot of data all the legend items does not fit and they are simply hidden. I can tell ...
Erik Svedin's user avatar
  • 1,276
1 vote
2 answers
2k views

Pie chart legend in dc.js 1.7 not showing up

I'm trying to create a pie chart legend in dc.js. However, there is no legend. It just... doesn't show up. Everything appears the same as before I used the legend command. Here is the JSBin Here ...
Jeffrey Biles's user avatar
0 votes
1 answer
477 views

Properly show aliased legend items in dc.js (glitchless transitions)

My data has a field (let's call it Kind) which for internal purposes is a short string (short-form), but which has a mapping to rather verbose strings (long-form), intended for presentation. For ...
Luis E.'s user avatar
  • 851