PieChartLabelOptions interface
Signature
export interface PieChartLabelOptions
Import
import { PieChartLabelOptions } from '@grafana/ui';
Properties
Property | Type | Description |
---|---|---|
showName | boolean |
|
showPercent | boolean |
|
showValue | boolean |
showName property
Signature
showName?: boolean;
showPercent property
Signature
showPercent?: boolean;
showValue property
Signature
showValue?: boolean;