kristw/d3kit-timeline

resizeToFit() not working

BigWinston opened this issue · 0 comments

Resize to fit doesn't appear to work for me. It is cropping the timeline at the initialHeight/Width boundaries.

Calling with:

chart.data(data).visualize().updateDimensionNow().resizeToFit();

and

chart.data(data).updateDimensionNow().resizeToFit().visualize();