A collection of demos showing SVG and D3 visualizations with Vue
One of the strengths of Vue is the ability to re-use components throughout an application. Here we have a line chart component that is being reused 3 times to display the same array of data. The visualization is SVG based so it can scale to fit the size of it's parent container!