@granite-elements/granite-timeline

2.0.0 • Public • Published

Published on webcomponents.org

granite-timeline

A timeline rendering element using d3 and d3-timeline plugin

Based on Polymer 2.x.

Doc & demo

https://lostinbrittany.github.io/granite-timeline

Usage

<granite-timeline 
    data='[{"times":[{"starting_time":1355752800000,"ending_time":1355759900000}, {"starting_time":1355767900000,"ending_time":1355774400000}]},{"times":[{"starting_time":1355759910000,"ending_time":1355761900000}]},{"times":[{"starting_time":1355761910000,"ending_time":1355763910000}]}]'          
    debug></granite-timeline>

Install

Install the component using Bower:

$ bower install LostInBrittany/granite-timeline --save

Or download as ZIP.

Usage

  1. Import Web Components' polyfill (if needed):

    <script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
  2. Import Custom Element:

    <link rel="import" href="bower_components/granite-timeline/granite-timeline.html">
  3. Start using it!

    <granite-timeline data="{{data}}" axis="{{axis}}"></granite-timeline>

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License

Package Sidebar

Install

npm i @granite-elements/granite-timeline

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

40.1 kB

Total Files

9

Last publish

Collaborators

  • lostinbrittany