embedded_d3_example
embedded_d3_example copied to clipboard
Relative sizing + axis styling
HI Christian,
Awesome tutorial !! Thx !
I just wanted to share how I had handled the chart area sizing. It allows it to adapt to window resizing (albeit requiring a reexecution of the code cell...) And only depends on the output subarea width and the margins you want around the graph.
For the axis, I only styled them removing the fill, because I was getting two thick bars when displaying in my browser.
Cheers,
Brice