Hi, I have problem with start/end of active ares.
Data for EVENT looks like that:
[{
"id": "184",
"text": "Beer APA",
"warzenie": "48",
"start": "2020-11-09T08:02:24",
"end": "2020-11-25T07:59:12",
"resource": "T1",
"color": "#f8cc6b",
"join": "1",
"bubbleHtml": "Desc",
"areas": [ {
"bottom": "0",
"html": "TE Fermentation 6-12/30 (184)",
"top": "3",
"visibility": "Hover",
"css": "event_paski",
"start": "2020-11-09T08:02:24",
"end": "2020-11-16T09:36:00"
},
{
"bottom": "0",
"html": "TE Hops 6-12/30 (184)",
"top": "3",
"visibility": "Hover",
"css": "event_paski",
"start": "2020-11-16T09:36:00",
"end": "2020-11-24T23:59:12"
}
]
}]
but the result looks like the @ image. The END attribute doesn't work, and the START attribute for second area too.
Please help :-)