ZAHEER KHORAJIYA
ZAHEER KHORAJIYA
``` var treeData =[ { "name":"Abc Xyz", "class":"man", "id":"121", "marriages":[ { "spouse":{ "name":"Jane", "class":"woman", "id":"122", "marriages":[ { "spouse":{ "name":"Jill", "class":"man", "id":"2304" }, "children":[ { "name":"Abc Xyz", "class":"man", "id":"142" } ]...
when using timeline the setTickInterval() on XAxis not dividing the tick interval according to the passed value for AxisType.DATETIME. ``` protected Component getDataCoverageChart(PatientHealthData patientHealthData) { Chart chart = new Chart(ChartType.COLUMN);...