Skip to content

feat: add ChartTooltipContent & change chart.events.pointermove sig… #29

feat: add ChartTooltipContent & change chart.events.pointermove sig…

feat: add ChartTooltipContent & change chart.events.pointermove sig… #29

Triggered via push November 14, 2024 13:46
Status Success
Total duration 56s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Verify Files: src/hooks/useAxisScales/index.ts#L109
'yMin' is already declared in the upper scope on line 69 column 11
Verify Files: src/hooks/useAxisScales/index.ts#L115
'yMin' is already declared in the upper scope on line 69 column 11
Verify Files: src/hooks/useAxisScales/index.ts#L200
'xMin' is already declared in the upper scope on line 153 column 11
Verify Files: src/hooks/useAxisScales/index.ts#L200
'xMax' is already declared in the upper scope on line 154 column 11
Verify Files: src/hooks/useAxisScales/index.ts#L206
'xMin' is already declared in the upper scope on line 153 column 11
Verify Files: src/hooks/useAxisScales/index.ts#L206
'xMax' is already declared in the upper scope on line 154 column 11
Verify Files: src/hooks/useShapes/index.tsx#L273
React Hook React.useMemo has missing dependencies: 'htmlLayout' and 'split'. Either include them or remove the dependency array
Verify Files: src/hooks/useShapes/line/index.tsx#L108
'd' is already declared in the upper scope on line 102 column 34
Verify Files: src/hooks/useShapes/treemap/types.ts#L16
Unexpected any. Specify a different type
Verify Files: src/hooks/useShapes/waterfall/index.tsx#L155
React Hook React.useEffect has a missing dependency: 'connectorSelector'. Either include it or remove the dependency array