1

I'm looking for a plugin that would allow me to display divergent options on a horizontal track (a la branching and merging in Git). I really don't know the proper term for this so searching is quite difficult.

something like this:

 o----o-----o----o
      |
      ------o----o
wnoveno
  • 546
  • 3
  • 9
  • 25

1 Answers1

1

This will be a kick star for you Pretty git branch graphs

In this there are two plugins are mentioned

  1. Graph.js
  2. Gitx
  3. Gitg

I will prefer 1.

Community
  • 1
  • 1
Sohair Ahmad
  • 441
  • 8
  • 19
  • thanks, though i'm not going to use it for git specifically though. I just want something to create a similar UI with additional labels at each point. I also want to change the color of each edge and point as well – wnoveno Nov 24 '15 at 08:31
  • Then may be i misunderstood your point. http://gitgraphjs.com/ didn't work for you with some modification according to your use ? – Sohair Ahmad Nov 24 '15 at 11:21