taitems / jQuery.Gantt

jQuery Gantt Chart
http://taitems.github.io/jQuery.Gantt/
MIT License
952 stars 304 forks source link

Box sizing not aligned in line with the weeks and days hence reflection a wrong date on chart. #206

Closed chaituyb closed 8 years ago

chaituyb commented 8 years ago

hi, I want to point an issue with the plug-in the weeks and days are not aligned with the box.so the box reflects a wrong date to the user. please look at the below image to have a clear picture regarding this issue. image

the tool tip shows the exact date i.e 2016/10/21 but the weeks and days view is not in align.i am using chrome browser.and these are the setting for the gantt. itemsPerPage:2, scale: "days", maxScale: "months", minScale: "days", i also face problem in loading the plug-in the events are only displayed only on clicking the " + " button.

usmonster commented 8 years ago

Hi @chaituyb! Thanks for the report. It looks like you might be using Bootstrap. If so, this is very likely a duplicate of #102 (see workaround in 2666f30).

Please try it out, and if it doesn't fix it I can reopen the issue. (Closing it for now.)

chaituyb commented 8 years ago

Thank you so much it is working now.... image

But the events are only displayed only on clicking the " + " button.There are no events on load. The settings for the gantt. itemsPerPage:10, scale: "days", maxScale: "months", minScale: "days",

usmonster commented 8 years ago

Ok, this might be a different issue--reopened.

@chaituyb can you please provide a JSFiddle that demonstrates the problem?

chaituyb commented 8 years ago

https://jsfiddle.net/sg4vjp6a/1/

please check this javascript fiddle.

chaituyb commented 8 years ago

@usmonster the problem has been solved.Thanks a lot for your support.

usmonster commented 8 years ago

@chaituyb Glad I could help. ;) Re-closing the issue now.