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

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