From d6ae76c8a3dcbfbea7c2f2df9074a39f9d1aca9d Mon Sep 17 00:00:00 2001 From: ryan Date: Sat, 23 Mar 2019 13:13:09 -0700 Subject: [PATCH] merge master --- public/app/plugins/panel/piechart/PieChartPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (