Note:
- Have added the bonus in the same as index.html file
- We have used the HTML file to create the outline of the page
- Linked CSS and JS code to the HTML page.
- The JS does the sorting and counting for both graphs.
- The JS creates margins and dimensions.
- JS creates SVG containers within which we add the graphs by each element .i.e. range for scales and data, rectangles for bar graphs, x-axis, y-axis, their respective labels
- CSS creates a formatting for the page.