diff --git a/public/app/plugins/panel/piechart/PieChartPanel.tsx b/public/app/plugins/panel/piechart/PieChartPanel.tsx index 220bd7c372d..9c6d7d1a072 100644 --- a/public/app/plugins/panel/piechart/PieChartPanel.tsx +++ b/public/app/plugins/panel/piechart/PieChartPanel.tsx @@ -17,7 +17,7 @@ interface Props extends PanelProps {} export class PieChartPanel extends PureComponent { render() { const { width, height, options } = this.props; - + const values = getSingleStatValues(this.props); return (