mickaelr / jquery-timelineMe

A flexible timeline plugin
MIT License
57 stars 18 forks source link

any demo available for dynamic data #21

Open akhilgopinath opened 7 years ago

akhilgopinath commented 7 years ago

Is it possible to read all these from json

{ type: 'milestone', label: '2017' }, { type: 'smallItem', label: '2016', shortContent: 'short description', fullContent: 'big description
with more lines
than the short one.

', showMore: 'show more', showLess: 'show less' }, { type: 'smallItem', label: '2015', shortContent: 'short description', fullContent: '
', showMore: 'show more', showLess: 'show less' },

did you have any demo available for this ?