Class: DepsGrapher::Cytoscape
- Inherits:
-
Visualizer::Base
- Object
- Visualizer::Base
- DepsGrapher::Cytoscape
- 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
Defined Under Namespace
Instance Attribute Summary
Attributes inherited from Visualizer::Base
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_js ⇒ Object
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 |