Display Oriented Graphics in Ruby on Rails

How to display oriented graph in Ruby on Rails?

Basically, I'm looking for something like graphviz for Rails.

+4
source share
2 answers

You can use ruby-graphviz gem - https://github.com/glejeune/Ruby-Graphviz

+5
source

If you do not want to use Graphviz, you can also look at JavaScript libraries for visualization, for example. RaphaΓ«l

+2
source

All Articles