Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(examples): fix the code & add two examples #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 33 additions & 33 deletions examples/data/dutch.navy.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
[
{
"title": "Michiel de Ruyter",
"date": -11448086400000,
"end_date": -9267436800000
"lbl": "Michiel de Ruyter",
"d": -11448086400000,
"ed": -9267436800000
},
{
"title": "Maarten Tromp",
"date": -11729491200000,
"end_date": -9984384000000
"lbl": "Maarten Tromp",
"d": -11729491200000,
"ed": -9984384000000
},
{
"title": "Cornelis Tromp",
"date": -10739692800000,
"end_date": -8791545600000
"lbl": "Cornelis Tromp",
"d": -10739692800000,
"ed": -8791545600000
},
{
"title": "Piet Pieterszoon Hein",
"date": -12373516800000,
"end_date": -10746345600000
"lbl": "Piet Pieterszoon Hein",
"d": -12373516800000,
"ed": -10746345600000
},
{
"title": "Witte Corneleszoon de With",
"date": -11700201600000,
"end_date": -9818841600000
"lbl": "Witte Corneleszoon de With",
"d": -11700201600000,
"ed": -9818841600000
},
{
"title": "Jacob van Wassenear Obdam",
"date": -11360476800000,
"end_date": -9610704000000
"lbl": "Jacob van Wassenear Obdam",
"d": -11360476800000,
"ed": -9610704000000
},
{
"title": "Johan van Galen",
"date": -11549865600000,
"end_date": -9996480000000
"lbl": "Johan van Galen",
"d": -11549865600000,
"ed": -9996480000000
},
{
"title": "Johan Evertsen",
"date": -11673417600000,
"end_date": -9574588800000
"lbl": "Johan Evertsen",
"d": -11673417600000,
"ed": -9574588800000
},
{
"title": "Jacob van Heemskerk",
"date": -12712204800000,
"end_date": -11445321600000
"lbl": "Jacob van Heemskerk",
"d": -12712204800000,
"ed": -11445321600000
},
{
"title": "Jan van Brakel",
"date": -10476864000000,
"end_date": -8819452800000
"lbl": "Jan van Brakel",
"d": -10476864000000,
"ed": -8819452800000
},
{
"title": "Philips van Almonde",
"date": -10256198400000,
"end_date": -8172835200000
"lbl": "Philips van Almonde",
"d": -10256198400000,
"ed": -8172835200000
}
]
Loading