chore: fix lint and type errors from feature bundle implementation
This commit is contained in:
@@ -49,6 +49,7 @@ export function StabilityScatterChart({ data, deviceNames }: { data: ScatterPoin
|
||||
const option = {
|
||||
tooltip: {
|
||||
trigger: "item" as const,
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
formatter: (params: any) => {
|
||||
if (params.seriesName === "Perfect Stability") return ""
|
||||
return `${params.seriesName}<br/>Avg: ${params.value[0]} fps<br/>1% Low: ${params.value[1]} fps`
|
||||
|
||||
Reference in New Issue
Block a user