Files
Tania 3324be6fda Docs: Fix schema attributes formatting in schema docs (#62016)
Docs: Fix schema attributes formatting
2023-01-24 17:53:22 +01:00

4.4 KiB

keywords title
grafana
schema
PieChartPanelCfg kind

Both documentation generation and kinds schemas are in active development and subject to change without prior notice.

PieChartPanelCfg kind

Maturity: experimental

Version: 0.0

Properties

Property Type Required Description
PanelFieldConfig HideableFieldConfig Yes TODO docs
PanelOptions object Yes
PieChartLabels string Yes Select labels to display on the pie chart.
- Name - The series or field name.
- Percent - The percentage of the whole.
- Value - The raw numerical value. Possible values are: name, value, percent.
PieChartLegendOptions object Yes
PieChartLegendValues string Yes Select values to display in the legend.
- Percent: The percentage of the whole.
- Value: The raw numerical value. Possible values are: value, percent.
PieChartType string Yes Select the pie chart display style. Possible values are: pie, donut.

HideableFieldConfig

TODO docs

Properties

Property Type Required Description
hideFrom HideSeriesConfig No TODO docs

HideSeriesConfig

TODO docs

Properties

Property Type Required Description
legend boolean Yes
tooltip boolean Yes
viz boolean Yes

PanelOptions

Properties

Property Type Required Description
displayLabels string[] No
legend PieChartLegendOptions No
pieType string No Select the pie chart display style. Possible values are: pie, donut.

PieChartLegendOptions

Properties

Property Type Required Description
values string[] No

PieChartLegendOptions

Properties

Property Type Required Description
values string[] No