Class: PhantomGraph::Convert::Stockchart

Inherits:
Highchart show all
Defined in:
lib/phantom_graph/convert/stockchart.rb

Constant Summary

Constants inherited from Highchart

Highchart::CH_OPTIONS

Instance Method Summary collapse

Methods inherited from Highchart

#build_cmd, #check_error, #file_ext, #flush_callback, #flush_json, #image, #initialize, #log, #logger, #prepare_tmp_files, #process, #random_filename, #result, #to_s

Methods inherited from Base

attributes

Constructor Details

This class inherits a constructor from PhantomGraph::Convert::Highchart

Instance Method Details

#optionsObject



5
6
7
# File 'lib/phantom_graph/convert/stockchart.rb', line 5

def options
  @options ||= CH_OPTIONS.merge(constr: "StockChart")
end