svelte-gantt icon indicating copy to clipboard operation
svelte-gantt copied to clipboard

:calendar: Interactive JavaScript Gantt chart/resource booking component

Results 56 svelte-gantt issues
Sort by recently updated
recently updated
newest added

Right now svelte-gantt is used in `onMount` only for client-side rendering, is it possible for it to render server side as well and not rely on `document`?

question

This project is awesome. I love it so much. I have some problem when I using this. 1. Does it have lazy loading support? 2. How can we set the...

question

Hi, I pass several timeRanges to the gantt: ![image](https://user-images.githubusercontent.com/2779041/116044113-cf560080-a670-11eb-82bd-0c2b8b5a3ebf.png) The gantt first loads the timeRanges: ![image](https://user-images.githubusercontent.com/2779041/116044517-4ee3cf80-a671-11eb-8417-6a7ee6898397.png) When I change the day, a timeRange is still there, even if it was...

bug

Hey, is there a 'reason' why the milestone entity is currently not used (e.g. performance)? (https://github.com/ANovokmet/svelte-gantt/blob/master/src/entities/Milestone.svelte) Otherwise I can try to implement it by copying / adding it to tasks...

question

Hey guys, wouldnt it be nice to have extend table features (e.g. group by column/filter/sorting/...)? I found this example for grouping, to show the feature (it would be awesome to...

enhancement

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

If the 'from' property is not set to the whole time, the starting position of the task bar is drawn incorrectly and will move forward. The following figure is the...

bug