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