Skip to main content

All Questions

Tagged with
0 votes
0 answers
317 views

Appear legend or label on each path with JSON data

I have the following d3 diagram: http://img801.imageshack.us/img801/4904/zjj4.png If you look, it is not appear any label or legend that indicate the info about the path. I want that It looks ...
araujophillips's user avatar
1 vote
0 answers
2k views

d3.js Sequence Sunburst __data__ null

I am attempting to use a "sequence-sunburst" style d3 visualization for some data that I have. To get started, I decided to simply recreate what is given on the d3 website (http://bl.ocks.org/...
Jefftopia's user avatar
  • 2,155
2 votes
1 answer
2k views

NVD3: How to get values from tooltip or legend instead of labels?

The problem with using labels is that if a slice is too small the labels doesn't shows up and therefore, getting the value of label during onClick event fails The problem is reproduced here http://...
daydreamer's user avatar
  • 90.5k
1 vote
2 answers
4k views

d3 legend, Missing text labels and duplicates values

I have been exploring how to add a legend to a plot and update the legend following a transition in which a new type of is plotted. I've run into two issues which I haven't been able to troubleshoot ...
Nate Miller's user avatar
2 votes
1 answer
3k views

Change Size of Tick Labels D3

I want to increase the size of the numbers which label my legend using D3. The legend is made as follows: map.legend_axes = d3.svg.axis() .scale(map.legend_scales) .orient('...
mike's user avatar
  • 23.5k