Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 490 Bytes

File metadata and controls

12 lines (8 loc) · 490 Bytes

Note:

  1. Have added the bonus in the same as index.html file
  2. We have used the HTML file to create the outline of the page
  3. Linked CSS and JS code to the HTML page.
  4. The JS does the sorting and counting for both graphs.
  5. The JS creates margins and dimensions.
  6. 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
  7. CSS creates a formatting for the page.