diff --git a/public/app/plugins/panel/piechart/PiechartPanel.tsx b/public/app/plugins/panel/piechart/PiechartPanel.tsx index 388df0d9de2..4398bbce7db 100644 --- a/public/app/plugins/panel/piechart/PiechartPanel.tsx +++ b/public/app/plugins/panel/piechart/PiechartPanel.tsx @@ -32,7 +32,7 @@ export class PiechartPanel extends PureComponent { // TODO: get name name: 'tmpName', // TODO: add color option - color: 'tmpColor' + color: 'tmpColor', }); } });