Sha256: 25b93a109b8ff3d4ad94217e270ba73fe83cbadd2c89b5b12eabe3d7d5d17e23

Contents?: true

Size: 237 Bytes

Versions: 4

Compression:

Stored size: 237 Bytes

Contents

{
  type: 'google.charts.Line',
  data: google.visualization.arrayToDataTable(<%= @csv.to_json %>),
  options: {
    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.7 resources/googlecharts/templates/charts/line.json.erb
asciinurse-0.1.6 resources/googlecharts/templates/charts/line.json.erb
asciinurse-0.1.5 resources/googlecharts/templates/charts/line.json.erb
asciinurse-0.1.4 resources/googlecharts/templates/charts/line.json.erb