Global Blacklist API Now Support D-Tube's Blacklist',
start: '2019-06-14'},
{
id: 2,
content: '
June 10, 2019
Steem Blacklist Notifier 1.0.9 - Now supports Palnet.io',
start: '2019-06-10'},
{
id: 3,
content: '
May 29, 2019
Global Blacklist API Now Support SmartSteem's Blacklist',
start: '2019-05-29'},
{
id: 4,
content: '
May 13, 2019
Steem Blacklist Notifier 1.07 - Now supports Actifit.io',
start: '2019-05-13'},
{
id: 5,
content: '
April 7, 2019
Steem Blacklist Notifier 1.06 - Now supports Partiko & Steeve Apps',
start: '2019-04-07'},
{
id: 6,
content: '
Feb. 21, 2019
Global Blacklist API Now Support Oracle-D's Blacklist',
start: '2019-02-21'},
{
id: 7,
content: '
Dec. 17, 2018
Global Blacklist API now supports Actifit's blacklist',
start: '2018-12-17'},
{
id: 8,
content: '
Dec. 13, 2018
Global Blacklist API 2.0 Released',
start: '2018-12-13'},
{
id: 9,
content: '
Nov. 21, 2018
Global Blacklist API now supports Redeemer',
start: '2018-11-21'},
{
id: 10,
content: '
Aug. 23, 2018
Post Promoter bot software adds support for the Global Blacklist API',
start: '2018-08-23'},
{
id: 11,
content: '
Aug. 20, 2018
Add Utopian-io Blacklist',
start: '2018-08-20'},
]);
var options = {
//align: 'left',
min: new Date(2016, 3, 1),
max: new Date(Date.now() + 1000*60*60*24*31), // next month
start: '2019-03-08',
end: '2019-07-14',
showCurrentTime: false
};
var timeline = new vis.Timeline(container, items, options);
container.addEventListener("mouseover", function(){timeline.redraw();});