skyderby/skyderby

View on GitHub
app/javascript/components/FlightProfiles/FlightProfilesChart/useChartOptions.ts

Summary

Maintainability
A
3 hrs
Test Coverage

Function useChartOptions has 76 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const useChartOptions = (onZoomChange: zoomChangeCallback): Options => {
  const { t } = useI18n()

  return useMemo<Options>(
    () => ({

There are no issues that match your filters.

Category
Status