Skip to content

Commit

Permalink
make docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brtu committed Oct 9, 2024
1 parent c1f507d commit 533dd0b
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
50 changes: 50 additions & 0 deletions docs/resources/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -1452,6 +1452,8 @@ Optional:
- `title` (String) The title of the widget.
- `title_align` (String) The alignment of the widget's title. Valid values are `center`, `left`, `right`.
- `title_size` (String) The size of the widget's title (defaults to 16).
- `xaxis` (Block List, Max: 1) A nested block describing the X-Axis Controls. Exactly one nested block is allowed using the structure below. (see [below for nested schema](#nestedblock--widget--distribution_definition--xaxis))
- `yaxis` (Block List, Max: 1) A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below. (see [below for nested schema](#nestedblock--widget--distribution_definition--yaxis))

<a id="nestedblock--widget--distribution_definition--request"></a>
### Nested Schema for `widget.distribution_definition.request`
Expand Down Expand Up @@ -1777,6 +1779,29 @@ Optional:



<a id="nestedblock--widget--distribution_definition--xaxis"></a>
### Nested Schema for `widget.distribution_definition.xaxis`

Optional:

- `include_zero` (Boolean) Always include zero or fit the axis to the data range.
- `max` (String) Specify the maximum value to show on the Y-axis.
- `min` (String) Specify the minimum value to show on the Y-axis.
- `scale` (String) Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`.


<a id="nestedblock--widget--distribution_definition--yaxis"></a>
### Nested Schema for `widget.distribution_definition.yaxis`

Optional:

- `include_zero` (Boolean) Always include zero or fit the axis to the data range.
- `label` (String) The label of the axis to display on the graph.
- `max` (String) Specify the maximum value to show on the Y-axis.
- `min` (String) Specify the minimum value to show on the Y-axis.
- `scale` (String) Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`.



<a id="nestedblock--widget--event_stream_definition"></a>
### Nested Schema for `widget.event_stream_definition`
Expand Down Expand Up @@ -2932,6 +2957,8 @@ Optional:
- `title` (String) The title of the widget.
- `title_align` (String) The alignment of the widget's title. Valid values are `center`, `left`, `right`.
- `title_size` (String) The size of the widget's title (defaults to 16).
- `xaxis` (Block List, Max: 1) A nested block describing the X-Axis Controls. Exactly one nested block is allowed using the structure below. (see [below for nested schema](#nestedblock--widget--group_definition--widget--distribution_definition--xaxis))
- `yaxis` (Block List, Max: 1) A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below. (see [below for nested schema](#nestedblock--widget--group_definition--widget--distribution_definition--yaxis))

<a id="nestedblock--widget--group_definition--widget--distribution_definition--request"></a>
### Nested Schema for `widget.group_definition.widget.distribution_definition.request`
Expand Down Expand Up @@ -3257,6 +3284,29 @@ Optional:



<a id="nestedblock--widget--group_definition--widget--distribution_definition--xaxis"></a>
### Nested Schema for `widget.group_definition.widget.distribution_definition.xaxis`

Optional:

- `include_zero` (Boolean) Always include zero or fit the axis to the data range.
- `max` (String) Specify the maximum value to show on the Y-axis.
- `min` (String) Specify the minimum value to show on the Y-axis.
- `scale` (String) Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`.


<a id="nestedblock--widget--group_definition--widget--distribution_definition--yaxis"></a>
### Nested Schema for `widget.group_definition.widget.distribution_definition.yaxis`

Optional:

- `include_zero` (Boolean) Always include zero or fit the axis to the data range.
- `label` (String) The label of the axis to display on the graph.
- `max` (String) Specify the maximum value to show on the Y-axis.
- `min` (String) Specify the minimum value to show on the Y-axis.
- `scale` (String) Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`.



<a id="nestedblock--widget--group_definition--widget--event_stream_definition"></a>
### Nested Schema for `widget.group_definition.widget.event_stream_definition`
Expand Down
25 changes: 25 additions & 0 deletions docs/resources/powerpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,8 @@ Optional:
- `title` (String) The title of the widget.
- `title_align` (String) The alignment of the widget's title. Valid values are `center`, `left`, `right`.
- `title_size` (String) The size of the widget's title (defaults to 16).
- `xaxis` (Block List, Max: 1) A nested block describing the X-Axis Controls. Exactly one nested block is allowed using the structure below. (see [below for nested schema](#nestedblock--widget--distribution_definition--xaxis))
- `yaxis` (Block List, Max: 1) A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below. (see [below for nested schema](#nestedblock--widget--distribution_definition--yaxis))

<a id="nestedblock--widget--distribution_definition--request"></a>
### Nested Schema for `widget.distribution_definition.request`
Expand Down Expand Up @@ -1070,6 +1072,29 @@ Optional:



<a id="nestedblock--widget--distribution_definition--xaxis"></a>
### Nested Schema for `widget.distribution_definition.xaxis`

Optional:

- `include_zero` (Boolean) Always include zero or fit the axis to the data range.
- `max` (String) Specify the maximum value to show on the Y-axis.
- `min` (String) Specify the minimum value to show on the Y-axis.
- `scale` (String) Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`.


<a id="nestedblock--widget--distribution_definition--yaxis"></a>
### Nested Schema for `widget.distribution_definition.yaxis`

Optional:

- `include_zero` (Boolean) Always include zero or fit the axis to the data range.
- `label` (String) The label of the axis to display on the graph.
- `max` (String) Specify the maximum value to show on the Y-axis.
- `min` (String) Specify the minimum value to show on the Y-axis.
- `scale` (String) Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`.



<a id="nestedblock--widget--event_stream_definition"></a>
### Nested Schema for `widget.event_stream_definition`
Expand Down

0 comments on commit 533dd0b

Please sign in to comment.