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 Oct 12, 2022. It is now read-only.
I've been trying to setup VsCode for d3 dev. and everything works fine if I just use the repo example from TypeScriptSamples but I need to be able to practice them locally with d3
and put the file in the folder and replaced http://d3js.org/d3.v2.js with ./d3.js. But after adding the local reference the charts don't work and it raises the following error in the console
Uncaught TypeError: Cannot read property 'day' of undefined at data.ts:238
It might be an error of versioning, could you guide me how to make it work locally?