Create a line chart of time series data
Make sure that dtpye of your time series data is properly recognized as
datetime
by looking at the dtype indicator in the column header.If the dtype indicator does not say "date", see our reference guide for converting the dtype of a column and convert the column to a
datetime
.
Checking the dtype of a graph
To create a new graph, click on the
Graph
button in the Mito toolbar.
Creating a new graph
Set the sheet you want to graph as the graph's
Data Source
.
Select the data source
Set the chart type to
line
.
Create a line chart
Add data to the X and Y axis by clicking the
+ Add
button and selecting the column header of the data you want to add.In this example, I'm going to add my time series data, the column called Date, to the X axis, and I'm going to add the daily high Tesla stock price to my Y axis.

A line chart of time series data