d3book icon indicating copy to clipboard operation
d3book copied to clipboard

Source files for D3 for R Users

Results 18 d3book issues
Sort by recently updated
recently updated
newest added

Closed the previous PR and this is the latest one.

7.2 change graphic to a bunch of circles on the svg 7.2.1 d3.select("svg").selectAll("circle").on("click") (explain: message is added if someone clicks on any circle point: we don't need any information about...

Some thoughts on how to change chapter 7. * Changed the first part about Xscale to an exercise * Provided detailed instructions to complete the exercise. * Put the solution...

- [x] section 0.1.2 a bit unclear how to hide the sidebar, maybe say it's on the top bar of the page. - [x] section 1.1 downloading the repo is...

You add the fancy animation on exit, but no on enter and update. I add them to make it more fancy

- [ ] change `var` to `const` or `let` as appropriate - [ ] make all yScale domains fixed and remove code to update them - [ ] improve consistency...

This chapter https://jtr13.github.io/d3book/solutions.html#update-enter-and-exit-horizontal-bar-chart has two versions for many of the solutions: in the chapter and standalone files for which links are provided, such as: https://jtr13.github.io/d3book/solutions/general_update_pattern_vertical.html There are discrepancies that need...