Skip to content

add csv download link to speed, prediction accuracy, service, ridership #1980

add csv download link to speed, prediction accuracy, service, ridership

add csv download link to speed, prediction accuracy, service, ridership #1980

Triggered via pull request January 15, 2024 20:13
Status Failure
Total duration 1m 28s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Matrix: backend
Matrix: frontend
Fit to window
Zoom out
Zoom in

Annotations

3 errors
frontend (20, 3.11): modules/speed/charts/SpeedBetweenStationsAggregateChart.tsx#L51
Type '{ chartId: string; data: { '25%': number; '50%': number; '75%': number; mean: number; max: number; min: number; std: number; count: number; service_date?: string | undefined; dep_time_from_epoch?: string | undefined; is_peak_day?: boolean | undefined; peak?: string | undefined; }[]; ... 11 more ...; yUnit: string; }' is not assignable to type 'IntrinsicAttributes & AggregateLineProps'.
frontend (20, 3.11): modules/speed/charts/SpeedBetweenStationsSingleChart.tsx#L37
Type '{ chartId: string; data: SingleDayDataPoint[]; date: string | undefined; metricField: MetricFieldKeys.speedMph; pointField: PointFieldKeys.depDt; ... 4 more ...; showLegend: true; }' is not assignable to type 'IntrinsicAttributes & SingleDayLineProps'.
frontend (20, 3.11)
Process completed with exit code 2.