From: declerambaul Date: Tue, 28 Feb 2012 18:36:02 +0000 (-0500) Subject: added options to yaml data specification (title,ylabel,xlabel) X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=e104608b273e6e00ff5f662a3ddaa8d448e25c45;p=limn-bak.git added options to yaml data specification (title,ylabel,xlabel) --- diff --git a/docs/dataset-spec.yaml b/docs/dataset-spec.yaml index e3a4c6f..47a8f49 100644 --- a/docs/dataset-spec.yaml +++ b/docs/dataset-spec.yaml @@ -12,6 +12,10 @@ id : Unique identifier for this dataset. This file should be named `{id}.{ex name : Human-friendly name for the dataset. format : Data format. Valid: csv, json. (Maybe in the future: yaml, xml, etc.) url : Canonical URL for the dataset's data file: /data/ +title : Title for dygraph +ylabel : Label for y-axis +xlabel : Label for x-axis + # Timespan and quanta covered by this dataset timespan :