# HG changeset patch # User Drew Perttula # Date 2016-06-05 09:22:09 # Node ID 168027aa7d86cce1c1e10b32ee1707eed15d4ee8 # Parent 39aa22c3bf0f804605c77b53d1635352a0df94bd draw a note based on rdf data points. Doesn't refresh right at all Ignore-this: a261156eb9a41fdc39054b161726c3ae diff --git a/light9/web/timeline-elements.html b/light9/web/timeline-elements.html --- a/light9/web/timeline-elements.html +++ b/light9/web/timeline-elements.html @@ -108,7 +108,7 @@ graph: { type: Object, notify: true }, song: { type: String, notify: true }, zoomInX: { type: Object, notify: true }, - rows: {value: [0]}, + rows: {value: [0,1,2]}, zoom: {type: Object, notify: true, observer: 'onZoom'}, zoomFlattened: {type: Object, notify: true} }, @@ -194,8 +194,9 @@ display: flex; } -