I am using Vue and I am wanting to deal with a window size be changed. Right now if I start with a smaller window and it gets sized larger the chart is clipped per the original size.
If have add a windows.addEventListener('resize', onResize), with onResize() code being:
So far, while the function is called this doesn't change the container size. I'll Explore a little more, but I couldn't see anything int he docs or past issues.
I am using Vue and I am wanting to deal with a window size be changed. Right now if I start with a smaller window and it gets sized larger the chart is clipped per the original size.
If have add a
windows.addEventListener('resize', onResize)
, withonResize()
code being:So far, while the function is called this doesn't change the container size. I'll Explore a little more, but I couldn't see anything int he docs or past issues.
Oh, and my chart is created as follows:
D3 Org Chart version is 3.1.1.