mirror of
https://github.com/grafana/grafana.git
synced 2026-05-28 04:16:13 -04:00
Fix 404 link to time series doc (#40565)
This commit is contained in:
parent
0efe2e3acc
commit
e3d1b2c8fe
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ weight = 500
|
|||
|
||||
# Graph panel (old)
|
||||
|
||||
> **Note:** [Time series panel](time-series/) visualization is going to replace the Graph panel visualization in a future release.
|
||||
> **Note:** [Time series panel]({{< relref "./time-series/_index.md" >}}) visualization is going to replace the Graph panel visualization in a future release.
|
||||
|
||||
The graph panel can render metrics as a line, a path of dots, or a series of bars. This type of graph is versatile enough to display almost any time-series data.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue