ryan 6 лет назад
Родитель
Сommit
d6ae76c8a3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      public/app/plugins/panel/piechart/PieChartPanel.tsx

+ 1 - 1
public/app/plugins/panel/piechart/PieChartPanel.tsx

@@ -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 (