Description
Home of Reggae Music, Culture and Caribbean Community on Steem
Development
No information :( This project is not open-source
info_outlineJAHM Token Proof Of Stake',
start: '2020-01-03'},
{
id: 2,
content: '
Aug. 28, 2019
Launched ReggaeTube.io',
start: '2019-08-28'},
{
id: 3,
content: '
July 11, 2019
Launched ReggaeSteem.io',
start: '2019-07-11'},
]);
var options = {
//align: 'left',
min: new Date(2016, 3, 1),
max: new Date(Date.now() + 1000*60*60*24*31), // next month
start: '2019-12-04',
end: '2020-02-02',
showCurrentTime: false
};
var timeline = new vis.Timeline(container, items, options);
container.addEventListener("mouseover", function(){timeline.redraw();});