mirror of
https://github.com/grafana/grafana.git
synced 2025-09-25 11:54:20 +08:00

* Update configuration.md * Update set-up-for-high-availability.md * Update glossary.md * Update glossary.md * Update cloudwatch.md * Update add-authentication-for-data-source-plugins.md * Update add-support-for-explore-queries.md * fix links * fix links * Update license-expiration.md * Update license-restrictions.md * Update _index.md * Update trace-integration.md * Update admin.md * Update graph-time-series-as-bars.md * Update graph-time-series-as-bars.md * Update graph-time-series-as-lines.md * Update graph-time-series-as-points.md * Update release-notes-7-3-0.md * fix links * fix links
45 lines
1.6 KiB
Markdown
45 lines
1.6 KiB
Markdown
+++
|
|
title = "Graph time series as points"
|
|
keywords = ["grafana", "time series panel", "documentation", "guide", "graph"]
|
|
weight = 300
|
|
+++
|
|
|
|
# Graph time series as points
|
|
|
|
> **Note:** This is a beta feature. Time series panel is going to replace the Graph panel in the future releases.
|
|
|
|
This section explains how to use Time series field options to visualize time series data as points and illustrates what the options do.
|
|
|
|
## Create the panel
|
|
|
|
1. [Add a panel]({{< relref "../../add-a-panel.md" >}}). Select the [Time series]({{< relref "_index.md" >}}) visualization.
|
|
1. In the [Panel editor]({{< relref "../../panel-editor.md" >}}), click the **Field** tab..
|
|
1. In Style, click **Points**.
|
|
|
|
## Style the points
|
|
|
|
Use the following field settings to refine your visualization.
|
|
|
|
For more information about applying these options, refer to:
|
|
|
|
- [Configure all fields]({{< relref "../../field-options/configure-all-fields.md" >}})
|
|
- [Configure specific fields]({{< relref "../../field-options/configure-specific-fields.md" >}})
|
|
|
|
Some field options will not affect the visualization until you click outside of the field option box you are editing or press Enter.
|
|
|
|
### Point size
|
|
|
|
Set the size of the points, from 1 to 40 pixels in diameter.
|
|
|
|
Point size set to 6:
|
|
|
|

|
|
|
|
Point size set to 20:
|
|
|
|

|
|
|
|
Point size set to 35:
|
|
|
|

|