Sha256: 11795022cddeabb036a7441b90d8a39739dcf5c3229599f0090022ea307b5b55
Contents?: true
Size: 398 Bytes
Versions: 4
Compression:
Stored size: 398 Bytes
Contents
{ type: 'google.visualization.PieChart', data: google.visualization.arrayToDataTable([ ["Browser"," Brands"], ["Internet Explorer",56.33], ["Chrome",24.03], ["Firefox",10.38], ["Safari",4.77], ["Opera",0.91], ["Unknown",0.2] ]), options: { title: "Chart configured with JSON file" }, style: { width: "100%", height: "600px" } }
Version data entries
4 entries across 4 versions & 1 rubygems