This chart and graph demonstration shows how SVG manages and displays data, generating SVG code from data entered by the user. The demo integrates related technologies, such as ECMA/JavaScript, HTML, and the Document Object Model (DOM).
There are three sections to this application: the bar chart, the pie chart, and the graph. In each section, a user enters two-component data: for a chart, a label and a value, and for plotting in a line graph, an x and y value pair. As the user enters data, SVG elements are generated and added to the SVG document. The bar chart and pie chart share the same data points.


