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

Version Path
asciinurse-0.1.3 resources/googlecharts/templates/charts/donut.json.erb
asciinurse-0.1.2 resources/googlecharts/templates/charts/donut.json.erb
asciinurse-0.1.1 resources/googlecharts/templates/charts/donut.json.erb
asciinurse-0.1.0 resources/googlecharts/templates/charts/donut.json.erb