Knights of Cathena - Development Blog #006',
start: '2020-04-30'},
{
id: 2,
content: '
April 16, 2020
Knights of Cathena - Development Blog #005',
start: '2020-04-16'},
{
id: 3,
content: '
April 13, 2020
🔴 Development Stream #007: SteemKnights: Continuing "Classic Mode" arena level design',
start: '2020-04-13'},
{
id: 4,
content: '
April 8, 2020
🔴 Development Stream #006: SteemKnights: Continuing "Classic Mode" arena level design',
start: '2020-04-08'},
{
id: 5,
content: '
April 2, 2020
SteemKnights - Development Blog #004',
start: '2020-04-02'},
{
id: 6,
content: '
March 19, 2020
SteemKnights - Development Blog #003',
start: '2020-03-19'},
{
id: 7,
content: '
March 17, 2020
🔴 Development Stream #005: SteemKnights | New "Classic Mode" arena game design',
start: '2020-03-17'},
{
id: 8,
content: '
March 12, 2020
🔴 Development Stream #004: SteemKnights | New "Classic Mode" arena game design',
start: '2020-03-12'},
{
id: 9,
content: '
March 7, 2020
🔴 Development Stream #003: SteemKnights | Integrating new assets and retargeting existing animations',
start: '2020-03-07'},
{
id: 10,
content: '
March 5, 2020
SteemKnights - Development Blog #002',
start: '2020-03-05'},
{
id: 11,
content: '
Feb. 20, 2020
SteemKnights - Development Blog #001',
start: '2020-02-20'},
{
id: 12,
content: '
Feb. 17, 2020
SteemKnights Development Stream | Quick Update',
start: '2020-02-17'},
{
id: 13,
content: '
Feb. 12, 2020
🔴 Development Stream 001: SteemKnights | Modelling and technical art for the main menu throne room',
start: '2020-02-12'},
{
id: 14,
content: '
Feb. 6, 2020
SteemKnights - There and Back Again',
start: '2020-02-06'},
{
id: 15,
content: '
Nov. 24, 2019
SteemKnights - Patch 0.9.3 is live!',
start: '2019-11-24'},
{
id: 16,
content: '
Oct. 24, 2019
SteemKnights - Patch 0.9.2 is live!',
start: '2019-10-24'},
{
id: 17,
content: '
Oct. 21, 2019
SteemKnights - Release Date for Patch 0.9.2 & Leaderboard with SBI Rewards',
start: '2019-10-21'},
{
id: 18,
content: '
Oct. 13, 2019
SteemKnights - Delegation Application',
start: '2019-10-13'},
{
id: 19,
content: '
Oct. 10, 2019
Leaderboard and 0.9.2 Announcement',
start: '2019-10-10'},
{
id: 20,
content: '
Oct. 3, 2019
Patch 0.9.1 Release Additions',
start: '2019-10-03'},
{
id: 21,
content: '
Oct. 2, 2019
Patch 0.9.1 Release',
start: '2019-10-02'},
{
id: 22,
content: '
Sept. 30, 2019
Patch 0.9.1 Announcement',
start: '2019-09-30'},
{
id: 23,
content: '
Sept. 28, 2019
Beta Release',
start: '2019-09-28'},
{
id: 24,
content: '
Sept. 26, 2019
1000 Steem Giveaway',
start: '2019-09-26'},
{
id: 25,
content: '
Sept. 25, 2019
Preregister Bonus',
start: '2019-09-25'},
{
id: 26,
content: '
Sept. 24, 2019
Rewardsystem',
start: '2019-09-24'},
{
id: 27,
content: '
Sept. 23, 2019
Steemmonsters Tournament',
start: '2019-09-23'},
{
id: 28,
content: '
Sept. 22, 2019
Released Trailer',
start: '2019-09-22'},
{
id: 29,
content: '
Sept. 21, 2019
First Announcemnt',
start: '2019-09-21'},
]);
var options = {
//align: 'left',
min: new Date(2016, 3, 1),
max: new Date(Date.now() + 1000*60*60*24*31), // next month
start: '2020-03-03',
end: '2020-05-30',
showCurrentTime: false
};
var timeline = new vis.Timeline(container, items, options);
container.addEventListener("mouseover", function(){timeline.redraw();});