From e104608b273e6e00ff5f662a3ddaa8d448e25c45 Mon Sep 17 00:00:00 2001 From: declerambaul Date: Tue, 28 Feb 2012 13:36:02 -0500 Subject: [PATCH] added options to yaml data specification (title,ylabel,xlabel) --- docs/dataset-spec.yaml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) 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 : -- 1.7.0.4