almende / chap-links-library

a web based visualization library for displaying graphs, networks, and timelines
http://almende.github.com/chap-links-library
Apache License 2.0
599 stars 167 forks source link

graph3d.js enhancements #370

Open dlaliberte opened 6 years ago

dlaliberte commented 6 years ago

I have a substantial set of changes to graph3d.js that I am hoping someone is interested in. I made these changes to better support the functionality I needed for an internal project. I know this is a few years late, since this library has been frozen for 4 years and new development is happening elsewhere. But for anyone else wanting to continue leveraging the Google Charts API, my changes will be useful. This may also be useful for the new version of this library.

By the way, I expect that the Google Charts code will be open-sourced at some point, though I can't say when. Until then, I expect Google will continue servicing requests for the current version as it is updated, and each additional frozen version.

Here is the summary of enhancements to graph3d.js I've made:

Zaijo commented 6 years ago

Thanks. I keep using this version in my project https://github.com/zaijo/history but without 3D graphs, so I'll not be able to make use of these enhancements, but thanks for sharing that.