We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09aa941 commit 0d4c26cCopy full SHA for 0d4c26c
dashboard/ai-analytics/src/app/containers/SparkChartContainer.tsx
@@ -34,6 +34,7 @@ export default function SparkChartContainer({
34
className,
35
unit = ''
36
}: SparkChartContainerProps) {
37
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
38
let transformedData: any;
39
let categories: string[] = [];
40
let formattedValue: string = '';
0 commit comments