Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/dashboards/panels/bar-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For example, you'd use the following query to create a simple Bar chart:
(error OR fail*) AND exception | count by _sourceCategory | sort by _count
```

which would produce results such as:<br/><img src={useBaseUrl('/img/dashboards/panels/bar-charts/AggResult.png')} style={{border: '1px solid gray'}} alt="AggResult" width="300"/>
which would produce results such as:<br/><img src={useBaseUrl('/img/dashboards/panels/bar-charts/AggResult.png')} style={{border: '1px solid gray'}} alt="AggResult" width="500"/>

## Create a bar chart

Expand Down
2 changes: 1 addition & 1 deletion docs/dashboards/panels/pie-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For example, you'd use the following simple query to get results from your logs:
(error OR fail*) AND exception | count by _sourceCategory | sort by _count
```

which would produce results such as:<br/><img src={useBaseUrl('/img/dashboards/panels/pie-charts/AggResult.png')} alt="AggResult" style={{border: '1px solid gray'}} width="300" />
which would produce results such as:<br/><img src={useBaseUrl('/img/dashboards/panels/pie-charts/AggResult.png')} alt="AggResult" style={{border: '1px solid gray'}} width="500" />

## Create a pie chart

Expand Down
2 changes: 1 addition & 1 deletion docs/dashboards/panels/table-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For example, you'd use the following query to create a simple table chart:

`(error OR fail*) AND exception | count by _sourceCategory | sort by _count`

which would produce results such as:<br/><img src={useBaseUrl('/img/dashboards/panels/table-charts/AggResult.png')} alt="AggResult" style={{border: '1px solid gray'}} width="300" />
which would produce results such as:<br/><img src={useBaseUrl('/img/dashboards/panels/table-charts/AggResult.png')} alt="AggResult" style={{border: '1px solid gray'}} width="500" />

## Create a table chart 

Expand Down
Binary file modified static/img/dashboards/panels/bar-charts/AggResult.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/dashboards/panels/pie-charts/AggResult.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 modified static/img/dashboards/panels/pie-charts/new-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 modified static/img/dashboards/panels/table-charts/AggResult.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.