tabkram / json-to-graph

Simplify your graph rendering with this online tool! Just feed it JSON objects and watch the magic happen

Home Page:https://tabkram.github.io/json-to-graph/

Repository from Github https://github.comtabkram/json-to-graphRepository from Github https://github.comtabkram/json-to-graph

json-to-graph online demo

Simplify your graph rendering with this online tool! Just feed it JSON objects and watch the magic happen

Data Format

This project supports a semi-standardized JSON-based graph format known as Cytoscape JSON, which adheres to the json-graph-specification.

Dependencies

Main Dependencies:

  • cytoscape ^3.21.1

    • A feature-rich graph library written in pure JS with a permissive open-source license (MIT) for the core ( Cytoscape.js library and all first-party extensions) 🌐
  • elkjs ^0.7.1

    • The Eclipse Layout Kernel (ELK)'s layout algorithms for JavaScript
    • elkjs is the successor of klayjs.
    • Implemented by the Eclipse Foundation in Java, the source code is compiled to JS by the elk.js project using GWT.
  • cytoscape-elk ^2.0.2

    • The elk layout algorithm adapter for Cytoscape.js πŸ”„

Feel free to explore the Online Demo to visualize your JSON-based graphs effortlessly! πŸŽ‰

About

Simplify your graph rendering with this online tool! Just feed it JSON objects and watch the magic happen

https://tabkram.github.io/json-to-graph/


Languages

Language:JavaScript 84.1%Language:CSS 8.6%Language:HTML 7.2%