Skip to main content

All Questions

0 votes
0 answers
39 views

how to add missing value on the legend in map visualization javascript?

I am trying to use map visualization and I have some missing state in my data. I added a condition for missing value to fill the map in red. Here is my code: { var projection = projection1; //...
Fateme Nazari's user avatar
3 votes
1 answer
969 views

How create legend for bubble chart in d3? Legend not showing up

My aim is to add a legend to Clustered Bubble Chart based on the color of a cluster. The way that I did has no results. In my CSV file, I created 5 clustered with different colors. In fact, I want to ...
parastoo's user avatar
  • 382
0 votes
1 answer
624 views

Include legend functionality (toggling) in D3 graph

I've made a graph using http://mcaule.github.io/d3-timeseries/ for data visualization. Code used : //data : // [{date:new Date('2013-01-01'),n:120,n3:124,ci_up:130,ci_down:118} ...] var chart = d3....
Nikitasha's user avatar
-1 votes
1 answer
344 views

Interactive Legend for focus + context using dimple.js

I've built a multi-line focus+context visualization using d3.js and made a legend with code from this. I've been playing around with the interactive legend example from dimple.js (here!) and tried ...
aonthemoon's user avatar