You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 21, 2025. It is now read-only.
It seems that the "@types/d3": "^7.4.0" don't match "d3": "^7.6.1", – I had to put @ts-ignore in several places to compile the code without errors, but the code works, so most probably the types don't reflect all D3.js APIs.
It seems that the
"@types/d3": "^7.4.0"don't match"d3": "^7.6.1",– I had to put@ts-ignorein several places to compile the code without errors, but the code works, so most probably the types don't reflect all D3.js APIs.