Skip to content

A Polymer Element that runs a time-series query and shows the response data in a timeline.

License

Notifications You must be signed in to change notification settings

DigElements/series-timeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

series-timeline

A Polymer Element that runs a time-series query and shows the response data in a timeline.

Example

<series-timeline
  data-type="measurement"
  id-field="measure"
  series-id="ABC123"
  transform-config="{}"
  transform-function="[[transformQueryResponseIntoTimelineData]]"
  type-field="type">
</series-timeline>

Dependencies

Dependencies are installed using Bower:

npm install -g bower
bower install

Testing

Tests are run using web-component-tester:

npm install -g web-component-tester
wct

Demonstration & Documentation

Demonstration and documentation are viewed using polyserve:

npm install -g polyserve
polyserve

About

A Polymer Element that runs a time-series query and shows the response data in a timeline.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages