viz-js icon indicating copy to clipboard operation
viz-js copied to clipboard

Curious - what are you using viz.js for?

Open susraj123 opened this issue 10 years ago • 41 comments

I will go first!

We are working on a tiny web based solution to show network infrastructure.

susraj123 avatar Nov 18 '15 10:11 susraj123

graphical representation of workflows

ghost avatar Dec 10 '15 11:12 ghost

I'm using it to support some WordPress plugins. One to bring GraphViz to WordPress as a plugin: WP-GraphViz. And another one using this plugin to visualise networks of services in a Service Oriented Architecture: WP-SoaVis.

DeBAAT avatar Dec 12 '15 17:12 DeBAAT

I'm visualizating a neural network written in javascript.

lillem4n avatar Jan 03 '16 10:01 lillem4n

sketch/plan high level software architecture: http://ryepup.github.io/c4-lab/, source at https://github.com/ryepup/c4-lab

ryepup avatar Jan 10 '16 19:01 ryepup

Testing stuff without having to install Graphviz

raphaelbastide avatar Jan 19 '16 17:01 raphaelbastide

As a hacked together Word Addin. https://github.com/LokiMidgard/GrapvizForOffice

LokiMidgard avatar Jan 25 '16 13:01 LokiMidgard

Realtime collaborative markdown notes on all platforms. https://hackmd.io

jackycute avatar Mar 01 '16 07:03 jackycute

I'm using it to draw Git commit graphs: https://github.com/marnen/octotrax

marnen avatar Mar 13 '16 06:03 marnen

I have created a Visual Studio Code extension for creating UML diagrams by using the yUML text syntax (see https://github.com/jaime-olivares/vscode-yuml). It was previously invoking yuml.me, and now I have eliminated that dependency by using the viz.js library

jaime-olivares avatar Jul 20 '16 18:07 jaime-olivares

Process and organization charts

stephenfrancis avatar Jul 21 '16 11:07 stephenfrancis

An atom package to write (and preview) GraphViz in Atom sverweij/atom-graphviz-preview-plus

sverweij avatar Sep 26 '16 21:09 sverweij

@sverweij OMG that looks great! I'll be installing it.

marnen avatar Sep 26 '16 22:09 marnen

An interactive tool for representing GraphQL APIs structure: https://github.com/APIs-guru/graphql-voyager

RomanHotsiy avatar Feb 21 '17 16:02 RomanHotsiy

A simple wrapper package to provide a cross-platform CLI similar to that of the original Graphviz.

And built on top of that, a Gradle plugin to use Graphviz rendering in Gradle builds without sacrificing platform interoperability - especially for documentation written in asciidoc(tor) with embedded PlantUML diagrams that require a dot engine to render them as SVG.

jeysal avatar Feb 21 '17 20:02 jeysal

Interactive online editor and fiddle for Graphviz available on http://graphviz.it. Also separate rendering component is available on https://github.com/mstefaniuk/graph-viz-d3-js

mstefaniuk avatar Feb 22 '17 21:02 mstefaniuk

Here at ETH Zurich, we are working on a Visual Studio Code extension for a sound deductive verification tool Viper (viper.ethz.ch). The extension could be found here: https://marketplace.visualstudio.com/items?itemName=rukaelin.viper-advanced

We use Graphviz within the verification debugger of the symbolic execution engine for visualizing the heap structures as they are learned by the verifier. We were looking for a Javascript replacement of the binary Graphviz dependency, and viz.js seems to suit our requirements so far.

The verification IDE has been started as a Master's thesis project but is now continued beyond. See report here: https://www.ethz.ch/content/dam/ethz/special-interest/infk/chair-program-method/pm/documents/Education/Theses/Ruben_Kälin_MA_report.pdf

screen shot 2017-02-23 at 2 11 45 pm

aterga avatar Feb 23 '17 13:02 aterga

To display workflows in health care to clinical people, showing how many patients are in each stage of a formally defined workflow process.

philwig avatar Apr 21 '17 12:04 philwig

A component in the webclient to my program CoxIter. The user inputs a small graph and can preview the result: https://coxiter.rafaelguglielmetti.ch/

rgugliel avatar Apr 24 '17 16:04 rgugliel

I use it for visualizing gamebooks written in Twine: http://www.mcdemarco.net/tools/scree/dotgraph/

mcdemarco avatar May 03 '17 12:05 mcdemarco

GStreamer pipeline visualisation! pipeline-dump

https://github.com/philn/Radioplayer/commit/b3673d531d2a15ba79d91dc567cb749b7dd0e80e

philn avatar Jun 26 '17 10:06 philn

A tool for graph-based linguistic annotations: GraphAnno.

LBierkandt avatar Jul 07 '17 08:07 LBierkandt

I use it with automatically generated documentation of the datawarehouse. The SVG creates a click-through map of the flowchart. knipsel

robbertmichel avatar Jul 12 '17 14:07 robbertmichel

I'm using it in the d3-graphviz plugin which adds:

  • Animated transition of one graph into another
  • Edge path tweening
  • Node shape tweening
  • Fade-in and fade-out of entering and exiting nodes and edges
  • Panning & zooming of the generated graph

See this small demo.

magjac avatar Aug 16 '17 10:08 magjac

I'm using it in fsmviz Which lets you generate graphs for FSM data in Clojure, Clojurescript (and there's also a Javascript API).

jebberjeb avatar Aug 16 '17 12:08 jebberjeb

I'm using it for dottask, a browser-based digraph editor that lets you use a mouse/keyboard on the graph itself rather than modifying graphviz files.

2018-03-06 10 49 21

mattboehm avatar Mar 09 '18 04:03 mattboehm

I'm using it for a custom layout in cytoscape because the build in layouts just aren't as nice.

maccesch avatar Mar 17 '18 12:03 maccesch

To provide graphviz functionality to the JVM/Java world in a platform independent way with https://github.com/nidi3/graphviz-java

nidi3 avatar Mar 30 '18 14:03 nidi3

Not using it yet, but wanting to use it do display budgerigar pedigrees on a site.

BertRaeymaekers avatar Mar 30 '18 15:03 BertRaeymaekers

Currently using it to plan out user roles for active directory. In the future using it to map out processes and anything else I can come up with.

kuzi-moto avatar Mar 31 '18 00:03 kuzi-moto

Visualizing the user input of an online DOT editor. https://edotor.net

nikeee avatar Jun 11 '18 19:06 nikeee