Sha256: 34a7df72c854693a6fe9881b7d488764ace14b4f688095bdddd6b0595738d46c
Contents?: true
Size: 422 Bytes
Versions: 4
Compression:
Stored size: 422 Bytes
Contents
{ type: 'google.charts.Bar', data: google.visualization.arrayToDataTable(<%= @csv.to_json %>), options: { title: <%= @title.to_json %>, hAxis: { title: <%= @header.first.to_json %>, minValue: 0 }, vAxis: { title: <%= @header.last.to_json %> , minValue: 0 }, bars: 'horizontal' }, style: { width: <%= @width.to_json %>, height: <%= @height.to_json %> } }
Version data entries
4 entries across 4 versions & 1 rubygems