mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 21:53:00 +08:00
4.4 KiB
4.4 KiB
keywords | title | ||
---|---|---|---|
|
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 |