David Selby
David Selby
In Chapter 16, it's not clear why the anonymous function passed to `stack.keys(keys).value()` is given a name. Line 117 reads: https://github.com/alignedleft/d3-book/blob/4cbba7c74ebd29e6a07ec25150bf0ddb6e108112/chapter_16/01_initial_chart.html#L117 The full block is ```javascript //Tell stack function where...
Line 192 should add half a bar width to the horizontal starting position of labels in the `enter()` selection, otherwise they are incorrectly aligned with the bar during the transition.
I have no doubt that this problem is due to something further upstream but I don't know exactly what. I have tried saving the Rmd file with every possible encoding....
In R, if I have a nested list, then I can access elements within it using repeated $ signs, or repeated square brackets, like so: ```r nested_list
Right now, any attempt to set the `df_print` option in YAML is ignored when rendering articles or posts. As far as I can tell, this option is not [passed to...