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