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

I have a week of work pictured below, and I have these settings in my options for a week: ```javascript currentStart = moment(start, 'HH:mm:ss').isoWeekday(1) currentEnd = moment(end, 'HH:mm:ss').isoWeekday(5) gantt.$set({ ...options,...

enhancement

Hello, Is there a way to have overlapping events in a row below each other and not visually overlapping? Any hint how to achieve that, is appreciated! edit: I see,...

enhancement

When using pnpm to build in the /Demo, I got a peer dependencies issue that may need to be resolved. Looks like there are two different dependency requirements for two...

bug

Is there a way to use this as a real svelte component instead of using refs and binding all the attributes? If not, it would be nice if we could...

enhancement

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.44.2 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...

dependencies

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.23.0 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...

dependencies

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Running npm run demo:autobuild results in a something like an outdated npm package for rollup-plugin-svelte. Updating it from ^5.2.1 to 6.1.1 seems to resolve the outdated package but results in...

Hello, Is there a way to add a background color to specific columns (this means dates), for example all the weekends? Thanks, Martin

enhancement