Top "D3.js" questions

D3.

Show d3 node text only on hover

I'm trying to only show the node text on mouseover. When I mouseover the node, I have the opacity for …

d3.js mouseover nodes
Label outside arc (Pie chart) d3.js

I'm new to d3.js and I"m trying to make a Pie-chart with it. I have only one problem: …

javascript svg d3.js label pie-chart
Adding FontAwesome icons to a D3 graph

I am trying to set an icon with FontAwesome instead of text in my D3 nodes. This is the original …

javascript d3.js font-awesome
Zoomable, Google-Finance-style time series graph in D3 or Rickshaw?

I want to create a time series line graph in D3, with a smaller version of the graph below that …

javascript graph charts d3.js zoom
How/Where do I get geoJSON data for states, provinces, and administrative regions of non-US countries?

I need geoJSON formatted paths for states, provinces, and regions within multiple countries. Most readily available geoJSON data is for …

d3.js shapefile geojson
D3 Real-Time streamgraph (Graph Data Visualization)

I would like a stream graph as in this example: http://mbostock.github.com/d3/ex/stream.html but I …

javascript d3.js real-time transition stream-graph
Highlight selected node, its links, and its children in a D3 force directed graph

I am working on a force directed graph in D3. I want to highlight the mouseover'd node, its links, and …

javascript d3.js highlight force-layout chord
nvd3 piechart.js - How to edit the tooltip?

I'm using nvd3's piechart.js component to generate a piechart on my site. The provided .js file includes several …

javascript tooltip d3.js pie-chart nvd3.js
D3 4.0 rangeRoundBands equivalent?

I see a lot of D3 code that has something like this: var x = d3.scale.ordinal() .rangeRoundBands([0, width], .1); As …

javascript d3.js
making an arc in d3.js

I am using the javascript library d3.js (http://d3js.org/) to create canvas data visualizations. I'm trying to …

javascript canvas svg d3.js data-visualization