Currently I am using licensed JChartFX and trying to plot gantt chart in my project. I need to plot gantt chart between some date to some date. The sample JSON for that is
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
niravbhatt
Currently I am using licensed JChartFX and trying to plot gantt chart in my project. I need to plot gantt chart between some date to some date. The sample JSON for that is
ganttData = [
{
"ProjectName": "PROJECT 1",
"StartValue": "2",
"EndValue": "5",
"TimeStamp": "15/11/2016 12:33 PM",
},
{
"ProjectName": "PROJECT 1",
"StartDate": "2016-11-05T00:00:00+05:30",
"EndDate": "2016-11-30T00:00:00+05:30",
"TimeStamp": "15/11/2016 12:33 PM",
},
]
my code to plot is
1. Is JChartFX Gantt chart supports date and time?
2. if yes then, How to feed date and time in Gantt chart
Please guide me if I am missing something or JChartFX way of doing it.
Edited by niravbhattThanks in advance.
Bold points
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.