Merge branch 'master' of github.com:atlas-bi/System #60
Annotations
10 errors
app/components/charts/DateFilter.tsx#L13
Binding element 'value' implicitly has an 'any' type.
|
app/components/charts/DateFilter.tsx#L13
Binding element 'onChange' implicitly has an 'any' type.
|
app/components/charts/cpuChart.tsx#L42
Property 'mouse' does not exist on type 'TooltipPositionerMap'.
|
app/components/charts/cpuChart.tsx#L42
Parameter 'items' implicitly has an 'any' type.
|
app/components/charts/cpuChart.tsx#L42
Parameter 'evtPos' implicitly has an 'any' type.
|
app/components/charts/cpuChart.tsx#L73
Parameter 'tooltipItem' implicitly has an 'any' type.
|
app/components/charts/cpuChart.tsx#L206
Argument of type '{ labels: any; datasets: ({ fill: boolean; label: string; cubicInterpolationMode: string; tension: number; data: any; borderColor: CanvasGradient | undefined; backgroundColor: CanvasGradient | undefined; ... 4 more ...; yAxisID?: undefined; } | { ...; })[]; }' is not assignable to parameter of type 'SetStateAction<ChartData<"bar", (number | [number, number] | null)[], unknown>>'.
|
app/components/charts/cpuChart.tsx#L233
Type 'RefObject<Chart<keyof ChartTypeRegistry, (number | [number, number] | Point | BubbleDataPoint | null)[], unknown>>' is not assignable to type 'ForwardedRef<ChartJSOrUndefined<"line", (number | [number, number] | Point | BubbleDataPoint | null)[], unknown>> | undefined'.
|
app/components/charts/cpuChart.tsx#L233
Type '{ responsive: boolean; maintainAspectRatio: boolean; interaction: { intersect: boolean; mode: string; }; animation: { duration: number; resize: { duration: number; }; active: { duration: number; }; }; plugins: { ...; }; scales: { ...; }; }' is not assignable to type '_DeepPartialObject<CoreChartOptions<"line"> & ElementChartOptions<"line"> & PluginChartOptions<"line"> & DatasetChartOptions<"line"> & ScaleChartOptions<...> & LineControllerChartOptions>'.
|
app/components/charts/cpuChart.tsx#L233
Type 'ChartData<"bar", (number | [number, number] | null)[], unknown>' is not assignable to type 'ChartData<"line", (number | [number, number] | Point | BubbleDataPoint | null)[], unknown>'.
|
The logs for this run have expired and are no longer available.
Loading