data-visualization/grafana/hm-panel-plugin/src/components/HMPanel.tsx
Function HMPanel
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function HMPanel(props: Props) {
const { options, data, width, height } = props;
const styles = useStyles2(getStyles);
const { seed } = useSeed();