Skip to content

Commit

Permalink
Change some pictures on create a dashboard part.
Browse files Browse the repository at this point in the history
  • Loading branch information
aitormurgu committed Jun 11, 2024
1 parent 03a487b commit fff0bd0
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 5 deletions.
34 changes: 29 additions & 5 deletions docs/How-to guides/How to create a dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ The following appearance related options are available:
- Marker symbol
- Enable/disable legend

This woul be an example of a time series panel:


<div class="tutorial-image-container">
![appearance](img/time-series.png)
</div>

### Gauge

#### Query builder
Expand Down Expand Up @@ -125,6 +132,12 @@ The following appearance related options are available:
![appearance](img/appearance-gauge.png)
</div>

This would be an exaple of a gauge panel:

<div class="tutorial-image-container">
![appearance](img/gauge.png)
</div>

### Pie chart

#### Query builder
Expand Down Expand Up @@ -162,6 +175,12 @@ The following appearance related options are available:
![appearance](img/appearance-pie-chart.png)
</div>

This would be an example of a pie chart panel:

<div class="tutorial-image-container">
![appearance](img/pie-chart.png)
</div>

### State chart

#### Query builder
Expand Down Expand Up @@ -197,6 +216,11 @@ The following appearance related options are available:
![appearance](img/appearance-state-chart.png)
</div>

This would be an example of a state chart panel:

<div class="tutorial-image-container">
![appearance](img/stat-graph.png)
</div>
### Device map

#### Query builder
Expand All @@ -217,12 +241,12 @@ Defining the query requires the following configuration:
##### Device Type Selection:
- After choosing the device type you want, you can save the panel, and it should appear on the dashboard with a map and the selected device types.



After creating one of these panels, you should select the dashboard for which you have created the panel, and you should see all the panels you have created for that dashboard The panels vary depending on the type of panel and its configuration.
This would be an example of a device map panel:

<div class="tutorial-image-container">
![Creating panels](img/panels.png)
![Creating panels](img/device-map.png)
</div>

After creating one of these panels, you should select the dashboard for which you have created the panel, and you should see all the panels you have created for that dashboard. The panels vary depending on the type of panel and its configuration.


Binary file added docs/How-to guides/img/device-map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/How-to guides/img/gauge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/How-to guides/img/pie-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/How-to guides/img/stat-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/How-to guides/img/table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/How-to guides/img/time-series.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fff0bd0

Please sign in to comment.