Choose Your Data
Clicking on the Choose File button will open your local file system. Choose the CSV file you wish to graph and click Open. If you prefer, the following sample files may be downloaded:
Choose a Graph Type
Now choose which type of graph you wish to create. Different graph types serve different purposes and require different layouts in their source files as we will see.
Time Series Graph
A time series graph shows the value of one or more data series as a line plotted over time (represented by the X-Axis). This graph generator requires data series to be in columns (called wide form) with the date column being the leftmost. In order for the date information to be processed correctly, it must be in a format that is readable by JavaScript such as: ISO Date (2022-04-29), Short Date (04/29/2022) or Long Date (Apr 25 2022 or 25 Apr 2022).
Choose which data series you wish to plot by clicking the checkboxes below.
Scatter Plot Graph
A scatter plot graph plots two variables one for each axis over a set of data to reveal the extent of any correlation between them. This graph generator requires data series to be in rows and variables in columns, the leftmost column being the series name.