Skip to content

Commit 148860c

Browse files
committed
Update README.md
1 parent 6d520fb commit 148860c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99

1010
## Frappe Gantt
1111
Gantt charts are bar charts that visually illustrate a project's tasks, schedule, and dependencies. With Frappe Gantt, you can build beautiful, customizable, Gantt charts with ease.
12-
## 🆕 Note about update
13-
I made it to work with grouping so that more than one tasks can go in same row.
14-
Check `index.html` to see working example.
15-
16-
You need to pass an option `enable_grouping: true` this way behevior can be controlled. You can also set custom grups indices like `groups: [0,1,2,3,4]`.
17-
1812

1913
You can use it anywhere from hobby projects to tracking the goals of your team at the worksplace.
2014

@@ -44,14 +38,6 @@ Include it in your HTML:
4438
<script src="frappe-gantt.umd.js"></script>
4539
<link rel="stylesheet" href="frappe-gantt.css">
4640
```
47-
To set custom index you can do like this is useful if you want to set labels with fixed values
48-
```js
49-
new Gantt('.gantt-target', tasks, {
50-
enable_grouping: true,
51-
groups: [0,1,2,3,4],
52-
// Other options...
53-
});
54-
```
5541

5642
Or from the CDN:
5743
```html

0 commit comments

Comments
 (0)