
I am trying to find whether it would be possible to draw a bar chart like attached in the image based on time range.
Let us suppose the x axis have all the week days.let us suppose monday is divided into 24 hours.
based on the image taking first bar let us say i got an event from monday 6pm to tuesday 4AM the bar should cover that area along x axis like shown in the image.
then again from tuesday 11AM to 3PM another event occured it should cover that particular area. and it should draw bars based on time ranges.
so the bar should have width based on different time ranges.
can some one help if it is possible to do above case in chart.js .I recently started with chart.js and don't know whether above functionality it supports.
I am trying to find whether it would be possible to draw a bar chart like attached in the image based on time range.
Let us suppose the x axis have all the week days.let us suppose monday is divided into 24 hours.
based on the image taking first bar let us say i got an event from monday 6pm to tuesday 4AM the bar should cover that area along x axis like shown in the image.
then again from tuesday 11AM to 3PM another event occured it should cover that particular area. and it should draw bars based on time ranges.
so the bar should have width based on different time ranges.
can some one help if it is possible to do above case in chart.js .I recently started with chart.js and don't know whether above functionality it supports.