airbnb/caravel

View on GitHub
superset-frontend/plugins/legacy-plugin-chart-map-box/src/transformProps.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function transformProps has 65 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function transformProps(chartProps) {
  const { width, height, formData, hooks, queriesData } = chartProps;
  const { onError = NOOP, setControlValue = NOOP } = hooks;
  const { bounds, geoJSON, hasCustomMetric, mapboxApiKey } =
    queriesData[0].data;

    There are no issues that match your filters.

    Category
    Status