When to use
Use a Line Chart when you want to:- Monitor trends over time with a high degree of accuracy
- Display sharp, distinct movements in your data
- Compare multiple metrics on the same time scale
How to add a line chart
Example:
Customization options
- **Custom line colors
- X/Y label and value paths
Best practices
- Use
GROUP BYwith consistent time buckets (e.g., minute, hour) - Order your results by time to ensure correct rendering

