aysark / dashing-timeline

Stylish timeline widget for Dashing.io
MIT License
28 stars 7 forks source link

Vertical scaling & ID-based population #8

Closed dreezey closed 6 years ago

dreezey commented 8 years ago

Added vertical scaling according to jorgemorgado's (https://github.com/jorgemorgado) widgets, i.e.: https://github.com/jorgemorgado/dashing-linechart/blob/master/line_chart.coffee, this aims to fix issue https://github.com/aysark/dashing-timeline/issues/3. Also I added rendering based on "data-id" instead of "data-class", 2 timeline widgets on the same page would generate odd results, this is based on my personal convenience.