# File lib/fusioncharts/exporter/fc_exporter.rb, line 73 def parse_export_request_stream #String of compressed data #Get all export parameters #get width and height of the chart #Background color of chart meta_hash = {"width"=>@params[:meta_width], "height"=>@params[:meta_height], "bgColor"=>@params[:meta_bgColor], "DOMId"=>@params[:meta_DOMId]} export_data = {"stream"=>@params[:stream], "parameters"=>parse_params(@params[:parameters]), "meta"=>meta_hash} return export_data end