Browse Source

merge master

ryan 6 năm trước cách đây
mục cha
commit
d6ae76c8a3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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> {
   render() {
     const { width, height, options } = this.props;
-    
+
     const values = getSingleStatValues(this.props);
 
     return (