Hello!
Im currently using your HTML5 Timesheet, just wondering is it possible to switch the X and Y axis so it displays days on X axis and 24 hours on Y?
Thanks for your reply (:
You can use the Calendar control which has the axes switched. If you want to show more days (more than the usual week) you can use fixed column width:
https://doc.daypilot.org/calendar/fixed-column-width/
Demo:
http://javascript.daypilot.org/demo/calendar/50columns.html
Note: I'm removing the "lite" tag as this only applies to the Pro version.
Hi Dan, thanks a lot for you answer, really useful!