Top "D3.js" questions

D3.

Difference between GeoJSON and TopoJSON

What is the difference between GeoJSON and TopoJSON and when would I use one over the other? The description of …

d3.js gis geojson topojson
Converting string time into milliseconds

I have a set of individual json data, they each have a time stamp for when it was created in …

javascript datetime d3.js timestamp milliseconds
Fast and responsive interactive charts/graphs: SVG, Canvas, other?

I am trying to choose the right technology to use for updating a project that basically renders thousands of points …

html canvas svg d3.js kineticjs
D3.js vs Raphael.js

I'm fascinated by both d3 and Raphael. I understand that Raphael is built on top of D3 and that it …

d3.js raphael
Drawing Multiple Lines in D3.js

Up until now, I've been using loops to add line elements to a D3 visualization, but this doesn't seem in …

d3.js line
Importing data from .csv using d3.js

I am trying to import some data from a .csv using d3.js. I am having trouble doing this, and …

javascript csv d3.js import-from-csv
How do you create a family tree in d3.js?

I'm currently working on a small genealogy experiment and would like to implement a simple family tree like in the …

javascript d3.js charts family-tree genealogy
How to make force layout graph in D3.js responsive to screen/browser size

I have a graph using force layout, but it has a fixed width w and height h: var svg = d3.…

javascript svg d3.js force-layout
Learning d3.js for data visualisation

I want to start learning to make data visualisations (as side project in my PhD) preferably with the D3.js …

javascript d3.js
D3.JS Browser Support

Could a developer with experience of D3.JS indicate what specific browsers and browser version levels in practice most readily …

browser cross-browser d3.js