.field.option(id=option_id, class="#{category_cls} #{tags_cls}")
a.close ×
- h3.shortname #{_.shortname(name)}
+ //- h3.shortname #{_.shortname(name)}
+ h3.shortname #{name}
label.name(for=value_id) #{name}
input.value(type="text", id=value_id, name=name, class=type_cls, value=value)
- overall display
- name: file
- type: String (URL of CSV or CSV), GViz DataTable or 2D Array
+ type: String
default: null
desc: Sets the data being displayed in the chart. This can only be set when calling updateOptions;
it cannot be set from the constructor. For a full description of valid data formats, see the Data
- Formats page.
+ Formats page. String can be a URL of CSV or CSV, GViz DataTable or 2D Array.
tags:
- data
examples: