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