Merge pull request #440 from tagliala/chore/fix-docs

Fix custom popup html documentation for v0.8
This commit is contained in:
Safwan Samsudeen 2024-10-15 10:10:42 +05:30 committed by GitHub
commit 026bc31e14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,7 @@ var gantt = new Gantt('#gantt', tasks, {
view_mode: 'Day',
date_format: 'YYYY-MM-DD',
language: 'en', // or 'es', 'it', 'ru', 'ptBr', 'fr', 'tr', 'zh', 'de', 'hu'
custom_popup_html: null,
popup: null,
});
```