I have the data presented below (3 date ranges on the same line), but the 3rd range is not displayed correctly in the weeks view. However, if I zoom in or out (days view or months view), the range is displayed correctly. Does anyone have any idea how to fix the weeks view?
Flavius.
"values": [
{
"from": "/Date(1349049600000)/",
"to": "/Date(1358121600000)/",
"label": "Label 1",
"customClass": "ganttYellow"
},
{
"from": "/Date(1358121600000)/",
"to": "/Date(1364601600000)/",
"label": "Label 2",
"customClass": "ganttBlue"
},
{
"from": "/Date(1364601600000)/",
"to": "/Date(1388448000000)/",
"label": "Label 3",
"customClass": "ganttGreen"
}
]
}]