Sha256: edfc6d7d19cfa6521c235864a001e03ba6e51ee26aa3efbcf11ab636ee664852

Contents?: true

Size: 1.41 KB

Versions: 20

Compression:

Stored size: 1.41 KB

Contents

# 
# module OMF::Web; module Widget; module Graph
# end; end; end
# 
# require 'omf-web/widget/graph/graph_widget'
# 
# module OMF::Web::Widget::Graph
#   
  # @@graphs = []
  # @@sessions = {}
#   
  # def self.configure(options = {})
    # opts = options.dup
    # opts[:graphs] = @@graphs
#   
    # currDir = File.dirname(__FILE__)
    # opts[:resourcePath].insert(0, currDir)
  # end
#   
  # # Register a graph which can be visualized through a +GraphWidget+
  # #
  # # name - Name of graph
  # # opts -
  # #   :viz_type - Type of graph, reqires equally named js file describing how it should be rendered
  # #   :???
  # # 
  # def self.addGraph(name, opts = {})
#     
    # wopts = opts[:wopts] || {}
    # unless wopts[:data_sources]
      # raise "Missing widget option ':data_sources' for widget '#{name}'"
    # end
#     
    # unless vizType = wopts[:viz_type]
      # raise "Missing widget option ':viz_type' for widget '#{name}'"
    # end
# 
    # opts[:name] = name
    # opts[:js_url] = "graph/#{vizType}.js"
    # opts[:js_class] = "OML.#{vizType}"
    # opts[:widget_class] = OMF::Web::Widget::AbstractDataWidget 
    # @@graphs << opts
    # opts
  # end
#   
  # def self.[](id)
    # @@graphs[id]
  # end        
#   
  # def self.count
    # @@graphs.length
  # end        
#   
  # def self.each_with_index
    # @@graphs.each_index do |i|
      # yield @@graphs[i], i
    # end
  # end
# end # OMF::Web::Widget::Graph

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
omf_web-1.2.9 lib/omf-web/widget/UNUSED/graph/graph.rb
omf_web-1.2.8 lib/omf-web/widget/UNUSED/graph/graph.rb
omf_web-1.2.7 lib/omf-web/widget/UNUSED/graph/graph.rb
omf_web-1.2.6 lib/omf-web/widget/UNUSED/graph/graph.rb
omf_web-1.2.5 lib/omf-web/widget/UNUSED/graph/graph.rb
omf_web-1.2.4 lib/omf-web/widget/UNUSED/graph/graph.rb
omf_web-1.2.3 lib/omf-web/widget/UNUSED/graph/graph.rb
omf_web-1.2.2 lib/omf-web/widget/UNUSED/graph/graph.rb
omf_web-1.2.1 lib/omf-web/widget/UNUSED/graph/graph.rb
omf_web-1.2.0 lib/omf-web/widget/UNUSED/graph/graph.rb
omf_web-1.0.0 lib/omf-web/widget/UNUSED/graph/graph.rb
omf_web-0.9.9 lib/omf-web/widget/UNUSED/graph/graph.rb
omf_web-0.9.8 lib/omf-web/widget/UNUSED/graph/graph.rb
omf_web-0.9.7 lib/omf-web/widget/UNUSED/graph/graph.rb
omf_web-0.9.6 lib/omf-web/widget/UNUSED/graph/graph.rb
omf_web-0.9.5 lib/omf-web/widget/UNUSED/graph/graph.rb
omf_web-0.9.4 lib/omf-web/widget/UNUSED/graph/graph.rb
omf_web-0.9.3 lib/omf-web/widget/UNUSED/graph/graph.rb
omf_web-0.9.1 lib/omf-web/widget/UNUSED/graph/graph.rb
omf_web-0.9 lib/omf-web/widget/UNUSED/graph/graph.rb