mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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