mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
prettier
This commit is contained in:
@@ -17,7 +17,8 @@ const piechartOptions = [{ value: PiechartType.PIE, label: 'Pie' }, { value: Pie
|
||||
|
||||
export class PiechartOptionsBox extends PureComponent<PanelEditorProps<PiechartOptions>> {
|
||||
onPieTypeChange = ({ target }) => this.props.onOptionsChange({ ...this.props.options, pieType: target.value });
|
||||
onStrokeWidthChange = ({ target }) => this.props.onOptionsChange({ ...this.props.options, strokeWidth: target.value });
|
||||
onStrokeWidthChange = ({ target }) =>
|
||||
this.props.onOptionsChange({ ...this.props.options, strokeWidth: target.value });
|
||||
|
||||
render() {
|
||||
const { options } = this.props;
|
||||
|
||||
Reference in New Issue
Block a user