Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
PieChart class
Signature
export declare class PieChart extends PureComponent<Props>
Import
import { PieChart } from '@grafana/ui';
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
containerElement | any | ||
defaultProps | static | { pieType: string; format: string; stat: string; strokeWidth: number; theme: GrafanaThemeType; } | |
svgElement | any | ||
tooltipElement | any | ||
tooltipValueElement | any |
Methods
Method | Modifiers | Description |
---|---|---|
componentDidMount() | ||
componentDidUpdate() | ||
draw() | ||
render() |
containerElement property
Signature
containerElement: any;
defaultProps property
Signature
static defaultProps: {
pieType: string;
format: string;
stat: string;
strokeWidth: number;
theme: GrafanaThemeType;
};
svgElement property
Signature
svgElement: any;
tooltipElement property
Signature
tooltipElement: any;
tooltipValueElement property
Signature
tooltipValueElement: any;
componentDidMount method
Signature
componentDidMount(): void;
Returns:
void
componentDidUpdate method
Signature
componentDidUpdate(): void;
Returns:
void
draw method
Signature
draw(): void;
Returns:
void
render method
Signature
render(): JSX.Element;
Returns:
JSX.Element