skyderby/skyderby

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

Summary

Maintainability
A
3 hrs
Test Coverage

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

const useChartOptions = (zoomLevel: ZoomLevel = {}): Options => {
  return {
    chart: {
      type: 'spline',
      height: '150px'

There are no issues that match your filters.

Category
Status