Class: DepsGrapher::Cytoscape

Inherits:
Visualizer::Base show all
Defined in:
lib/deps_grapher/cytoscape.rb,
lib/deps_grapher/cytoscape/cose.rb,
lib/deps_grapher/cytoscape/klay.rb,
lib/deps_grapher/cytoscape/fcose.rb

Direct Known Subclasses

Cose, Klay

Defined Under Namespace

Classes: Cose, Fcose, Klay

Instance Attribute Summary

Attributes inherited from Visualizer::Base

#options

Instance Method Summary collapse

Methods inherited from Visualizer::Base

#accept!, command_option, #initialize, #render

Constructor Details

This class inherits a constructor from DepsGrapher::Visualizer::Base

Instance Method Details

#required_jsObject



7
8
9
10
11
12
# File 'lib/deps_grapher/cytoscape.rb', line 7

def required_js
  [
    "https://unpkg.com/cytoscape/dist/cytoscape.min.js",
    "https://unpkg.com/layout-base/layout-base.js"
  ]
end