merge master
This commit is contained in:
@@ -17,7 +17,7 @@ interface Props extends PanelProps<PieChartOptions> {}
|
|||||||
export class PieChartPanel extends PureComponent<Props> {
|
export class PieChartPanel extends PureComponent<Props> {
|
||||||
render() {
|
render() {
|
||||||
const { width, height, options } = this.props;
|
const { width, height, options } = this.props;
|
||||||
|
|
||||||
const values = getSingleStatValues(this.props);
|
const values = getSingleStatValues(this.props);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user