A Polymer Element that runs a time-series query and shows the response data in a timeline.
<series-timeline
data-type="measurement"
id-field="measure"
series-id="ABC123"
transform-config="{}"
transform-function="[[transformQueryResponseIntoTimelineData]]"
type-field="type">
</series-timeline>
Dependencies are installed using Bower:
npm install -g bower
bower install
Tests are run using web-component-tester:
npm install -g web-component-tester
wct
Demonstration and documentation are viewed using polyserve:
npm install -g polyserve
polyserve