Commit 61140976 by corpglory-dev

Remove extra props

parent e842e86e
...@@ -16,8 +16,6 @@ export interface Props extends Themeable { ...@@ -16,8 +16,6 @@ export interface Props extends Themeable {
unit: string; unit: string;
pieType: string; pieType: string;
format: string;
stat: string;
strokeWidth: number; strokeWidth: number;
} }
......
...@@ -48,7 +48,6 @@ export class PiechartPanel extends PureComponent<Props> { ...@@ -48,7 +48,6 @@ export class PiechartPanel extends PureComponent<Props> {
pieType={options.pieType} pieType={options.pieType}
strokeWidth={options.strokeWidth} strokeWidth={options.strokeWidth}
unit={valueOptions.unit} unit={valueOptions.unit}
stat={valueOptions.stat}
theme={theme} 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