Where to find d3 api document of old version(2.9.6)? - d3.js

I'm using some library which is built based on d3.js. But the d3 version the lib is using is 2.9.6. there's are some api differences between 2.9 and 3.0. like attr method of selection is not support in 2.9 but available in 3.0. So I'm sure how can I know how is the api like for version 2.9. I have been searching around. I can't find specific api reference for 2.9, current d3 api reference is for the latest d3 version.
Does someone knows where to find the api documentation for d3 old version?

Related

How to check D3 version?

This question is not an exact duplicate, it is a "translation hub" for non-obvious questions:
About core version: this question is about "How to check at runtime", but there are good answer at this other question: "How to find the exact version of D3 given the minified file?".
About module version: "D3 is a collection of modules" (see official D3 API documentation), module is the correct term, but you can use this question: "How to find out about loaded d3.js extensions and their versions at runtime?".
There is a property like d3.version for "core version"? or some "per module" property or method to check version? (imagining for example something like d3.csv.version)
The API docs show nothing about it.
PS: supposing that it is stable and can be checked for example in embedded D3 like Plotly.d3.
You're correct, you can figure out the version using d3.version.
Just checked using console.log(d3) to see all the methods and properties available, and version was listed.
Here's a fiddle: https://jsfiddle.net/3e42bxom/2/

Is there a way to update the dashboard developed using dc.js when dc.js version change

Whenever i find the dc.js version changes, i used to manually update the syntax in my code and use the newest version.
Is there a way where the dashboard code need not be touched even the version of dc.js or d3.js version is updated?

What's up with version 2.3 of event drag

The Wiki page lists and links to version 2.2 of event drag library (threedubmedia.com).
However, the examples point to version 2.3, hosted in 6pac.github site.
What is this version about? Where does it come from? Can anybody give some information about it?
It's my repo. So for v2.3, we (#lfilho did these changes I believe) simply took 2.2 and updated it to be compatible with jQuery 2 and 3.
ThreeDub weren't involved, and the 2.2 version remains the latest release from them.

Difference between Modernizr 2.X and Modernizr 3.0

I read on the Modernizr site that Modernizr 3.0 is going to be a complete rewrite of Modernizr.
Questions:
Where can I find the new Modernizr explained?
Will V3 be backwards compatible?
Can I find a complete pre-built Modernizer-latest.js for V3 anywhere?
Thanks
Where can I find the new Modernizr explained?
https://github.com/Modernizr/Modernizr/issues/805
Will V3 be backwards compatible?
No. That is why its a 3.0. Mostly yes, but not 100%. See the above link for release notes
Can I find a complete pre-built Modernizer-latest.js for V3 anywhere?
http://modernizr.github.io/Modernizr/dist/modernizr-build.js

KineticJS-saveImagedata() , Problems updating to new kineticjs library

I used kinetic-v3.10.4.js for almost all my work.
Now the requirement changed and I need to add few more functionality that are available in newer versions.
So I started using kinetic-v4.0.1.js.
I made a sample file and it is working fine but few functions like saveImageData();,DetectionType.etc. are not working in 4.0.1 as they have been updated and instead of saveImageData(), createBufferImage() is the new function.
I am redoing everything with kinetic v4.0.1 now.
I can't find the old example in the website that was using createBufferImage() for image event detection as it has been updated to 4.3.3
So anyone having any old example that help in pixel detection/image detection with 4.0.1
How about searching from archived internet contents, archive.org
http://web.archive.org/web/*/http://html5canvastutorials.com

Resources