17 lines
435 B
JSON
17 lines
435 B
JSON
|
|
{
|
||
|
|
"name": "Clean Timeline Example",
|
||
|
|
"description": "Minimalist timeline visualization without swimlanes, using vertical anchor lines to connect items to a central timeline bar",
|
||
|
|
"dataSource": "sample.csv",
|
||
|
|
"stylesheet": "style.css",
|
||
|
|
"svgTemplate": "template-v2.svg",
|
||
|
|
"settings": {
|
||
|
|
"timelineMonths": 12
|
||
|
|
},
|
||
|
|
"fieldMapping": {
|
||
|
|
"id": "ID",
|
||
|
|
"title": "Title",
|
||
|
|
"lane": "Category",
|
||
|
|
"due": ["Due Date"]
|
||
|
|
}
|
||
|
|
}
|