This repository has been archived by the owner on Aug 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Table
ricoberger edited this page Apr 21, 2020
·
1 revision
width: <int>
type: <string>
title: <string>
queries: [ <query> ]
options: <options>
-
width
: Width of the graph in the row. Must be a value between0
and100
. The sum of all values in a row should be100
. -
type
: The type must betable
for a table. -
title
: Title of the Graph.
query: <string>
label: <string>
-
query
: Query to retrieve the data from the selected datasource. -
label
: The label should be a returned label{{.RETUNRED_LABEL}}
. It is used to join multiple queries to one row.
decimals: <int>
columns: [ <column> ]
-
decimals
: Number of decimals which should be shown for the values in the table.
name: <string>
header: <string>
-
name
: Name of the returned label which should be shown in the table. -
header
: Header which should be used for the label.