corpglory-dev 7 anni fa
parent
commit
e867a8f402
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      public/app/plugins/panel/piechart/PiechartPanel.tsx

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

@@ -32,7 +32,7 @@ export class PiechartPanel extends PureComponent<Props> {
             // TODO: get name
             name: 'tmpName',
             // TODO: add color option
-            color: 'tmpColor'
+            color: 'tmpColor',
           });
         }
       });