add csv download link to speed, prediction accuracy, service, ridership #1980
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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.
|