oxfordinternetinstitute / InteractiveVis

The InteractiveVis project, funded by JISC from May to September 2012, aims to allow easy creation of interactive visualisations for geospatial and network data using native web technologies (HTML5, CSS3, and SVG) and allow these visualisations to be self-contained so that they may run entirely offline in ebooks and other media. The project will survey existing solutions and build the necessary components to fill in missing features and smooth over incompatibilities in between existing libraries. The project will further provide online hosted wizards to allow for the easy creation of these interactive visualizations. All code is open source and released under the GNU GPL v3 license.
http://blogs.oii.ox.ac.uk/vis
130 stars 51 forks source link

deprecated files #66

Closed Metadatical closed 2 years ago

Metadatical commented 2 years ago

Hi, is there a template to fix deprecated file or files? I'm not sure where or exactly how to edit these files. I used Atom js linter and found deprecated files. https://metadatical.github.io/litinfograph/

computermacgyver commented 2 years ago

Hi @Metadatical , the main files for the network visualization are at https://github.com/oxfordinternetinstitute/InteractiveVis/tree/master/network . These are over 10 years old and it might be worth just starting fresh at this point. https://www.sigmajs.org/ has a new version and many good examples.

Metadatical commented 2 years ago

Hi, thanks for the link. The issue is resolved.