You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Frappe team, firstly, I just recently discovered Frappe for a little test project I am working on, and I love it - exactly what is needed, a minimalist gantt with interactivity. Perfect sweet spot between google gantt and the more extensive (and complex) DHTMLX or Bryntum.
I started with the v0.6.1 and things were very smooth, but from the documentation for v1.0.0, it clearly offers more features and customization so I'd like to play around with. I've included the 2 cdn files in the header and here's my sample code (using alpine js + tailwind css - and note I load frappe before alpine loads and initializes):
Super minimal to test. Again, it works great with v0.6.1, but with v1.0.0 the gantt appears on the page, everything is formatted / styled correctly, and bars are correctly placed, and interactive, but the scroll behavior with scroll wheel is sporadic and unpredictable (very jittery), with no console errors.
Do you see anything wrong with the above simple implementation, or are there any bugs being worked on and I'm too early to be testing v1.0.0? :)
Thanks for your awesome work!
The text was updated successfully, but these errors were encountered:
Just wanted to add / clarify: this only seems to be happening when "infinite_padding" is enabled. When explicitly set to false, the scrolling becomes smooth again.
Hello Frappe team, firstly, I just recently discovered Frappe for a little test project I am working on, and I love it - exactly what is needed, a minimalist gantt with interactivity. Perfect sweet spot between google gantt and the more extensive (and complex) DHTMLX or Bryntum.
I started with the v0.6.1 and things were very smooth, but from the documentation for v1.0.0, it clearly offers more features and customization so I'd like to play around with. I've included the 2 cdn files in the header and here's my sample code (using alpine js + tailwind css - and note I load frappe before alpine loads and initializes):
Super minimal to test. Again, it works great with v0.6.1, but with v1.0.0 the gantt appears on the page, everything is formatted / styled correctly, and bars are correctly placed, and interactive, but the scroll behavior with scroll wheel is sporadic and unpredictable (very jittery), with no console errors.
Do you see anything wrong with the above simple implementation, or are there any bugs being worked on and I'm too early to be testing v1.0.0? :)
Thanks for your awesome work!
The text was updated successfully, but these errors were encountered: