airbnb/caravel

View on GitHub
superset-frontend/plugins/plugin-chart-word-cloud/src/chart/WordCloud.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    const { scaleFactor } = this.state;
    const { width, height, encoding, sliceId, colorScheme } = this.props;
    const { words } = this.state;

    There are no issues that match your filters.

    Category
    Status