Skip to content

ShararNur/scatter-chart-htm5-canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Scatter Chart using HTML5 Canvas & Vanilla JS

A scatter plot (scatter chart, scatter graph) uses dots to represent values for two different numeric variables. The position of each dot on the horizontal and vertical axis indicates values for an individual data point. Scatter plots are used to observe relationships between variables.

Technology

  • HTML5 - Canvas
  • Vanilla JavaScript