Skip to content

Commit 1513d80

Browse files
authored
Merge pull request evidence-dev#3073 from evidence-dev/archiewood-patch-1
Docs: typo
2 parents 238183d + 2e81e57 commit 1513d80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • sites/docs/pages/components/charts/line-chart

sites/docs/pages/components/charts/line-chart/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Line Chart
3-
description: Display how one or more metrics over time. Line charts are suitable for plotting a large number of data points on the same chart.
3+
description: Display how one or more metrics vary over time. Line charts are suitable for plotting a large number of data points on the same chart.
44
sidebar_position: 1
55
---
66

7-
Use line charts to display how one or more metrics over time. Line charts are suitable for plotting a large number of data points on the same chart.
7+
Use line charts to display how one or more metrics vary over time. Line charts are suitable for plotting a large number of data points on the same chart.
88

99
```sql orders_by_month
1010
select order_month as month, sum(sales) as sales_usd0k, count(1) as orders from needful_things.orders

0 commit comments

Comments
 (0)