Sha256: adc8d92368ee0e99935a5f8451c356967d8502f84ce963416b8ffef5a7de4e77
Contents?: true
Size: 564 Bytes
Versions: 22
Compression:
Stored size: 564 Bytes
Contents
# ----------------------------------------------------------------------------- # Generates necessary xml for candlestick chart # # Author: Fernand # ----------------------------------------------------------------------------- module Ziya::Charts class CandleStick < Base # Creates a candlestick chart # <tt>:license</tt>:: the XML/SWF charts license # <tt>:chart_id</tt>:: the name of the chart style sheet. def initialize( license=nil, chart_id=nil ) super( license, chart_id ) @type = "candlestick" end end end
Version data entries
22 entries across 22 versions & 2 rubygems