import Prerequisites from "/snippets/dashboard-prerequisites.mdx" import CreateElement from "/snippets/create-dashboard-element.mdx"

Time series charts show the change in your data over time which can help identify infrastructure issues, spikes, or dips in the data. This can be a simple line chart, an area chart, or a bar chart. A time series chart might be used to show the change in the volume of log events, error rates, latency, or other time-sensitive data.

Example with Builder

Time series example with Builder

Example with APL

['sample-http-logs']
| summarize count() by bin_auto(_time)
Time series example with APL

Good afternoon

I'm here to help you with the docs.

I
AIBased on your context