Sha256: ca33aad8ac37affc50bd08706affc83b4f09700d70d90619c391f9406675c5a4
Contents?: true
Size: 256 Bytes
Versions: 4
Compression:
Stored size: 256 Bytes
Contents
{ type: google.charts.Line, data: google.visualization.arrayToDataTable(<%= @csv.to_json %>), options: { chart: { title: <%= @title.to_json %> } }, style: { width: <%= @width.to_json %>, height: <%= @height.to_json %> } }
Version data entries
4 entries across 4 versions & 1 rubygems