d3book
d3book copied to clipboard
Source files for D3 for R Users
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...
d3book
- [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...
@JasonSqz
Starting in chapter 6
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...