Fix the vz-line-chart resize on redraw
This fixes the expand button resizing wrongly. This was due to getting old width and height when calling setViewBox(). Now it uses the bounding box to get the width and height directly from the SVG. Change: 131435410
Loading
Please sign in to comment