mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove extra props
This commit is contained in:
parent
e842e86e2a
commit
6114097668
@ -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}
|
||||
/>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user