Commit 61140976 by corpglory-dev

Remove extra props

parent e842e86e
......@@ -16,8 +16,6 @@ export interface Props extends Themeable {
unit: string;
pieType: string;
format: string;
stat: string;
strokeWidth: number;
}
......
......@@ -48,7 +48,6 @@ export class PiechartPanel extends PureComponent<Props> {
pieType={options.pieType}
strokeWidth={options.strokeWidth}
unit={valueOptions.unit}
stat={valueOptions.stat}
theme={theme}
/>
)}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment