Sha256: 980bcdd9295f630fbbb32fd754675ad2bae0f1f4f86bff2ab626f366c44513d4

Contents?: true

Size: 267 Bytes

Versions: 4

Compression:

Stored size: 267 Bytes

Contents

{
  type: google.visualization.PieChart,
  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

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