superset-frontend/plugins/plugin-chart-word-cloud/src/chart/WordCloud.tsx
Function render
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const { scaleFactor } = this.state;
const { width, height, encoding, sliceId, colorScheme } = this.props;
const { words } = this.state;