-
Is there any solution for change stroke-width and size using d3 zoom scale?
-
-
I just found out the just released d3 v4.0 isn't backward compatible with older versions of d3. I don't know how we can compose widgets that use both on the same page.
-
- [x] Column and Bar
- Make sure works with Tooltip, Overlay, etc
- [ ] Support both axises as bands
- https://observablehq.com/@observablehq/plot-cell
- [ ] Brush / Zoom
- [Brushing Bar Ch…
-
It’d be great to have a reusable layout primitive for beeswarm plots, as here:
https://observablehq.com/@mbostock/pachinko-simulator
Ideally, it’d support circles of variable radius. And I think…
-
dear @mariebeslay,
i uploaded the minutes on Drive in the folder 'meetings' [at this link](https://drive.google.com/drive/folders/1VxpIPja__yqKob23fU0G19wHKihqbA65)
davide and i will work on t…
-
The d3-timeline plug in (https://github.com/jiahuang/d3-timeline/tree/master/src)
requires data to have this attribute :
" times: [{"starting_time": 1355752800000, "ending_time": 1355759900000}, {"st…
-
Crash course:
https://www.udacity.com/course/data-visualization-and-d3js--ud507
-
I am receiving this error statement:
`Attempted import error: 'lasso' is not exported from 'd3' (imported as 'd3')`
I have a react setup and have installed d3-lasso using npm like this:
`npm inst…
-
Have anyone seen bubbletree alternative, implemented in D3? Would it make sense to port current project to D3?