{"analyzedAt":"2022-07-12T14:18:47.801Z","collected":{"metadata":{"name":"@jluboff/dhtmlx-gantt","scope":"jluboff","version":"6.3.2","description":"An open source JavaScript Gantt chart that helps you illustrate a project schedule in a nice-looking chart.","keywords":["gantt","chart","gantt chart","calendar","scheduler","dhtmlx","dhtmlxgantt","timeline","browser"],"date":"2019-12-10T22:56:01.301Z","author":{"name":"DHTMLX"},"publisher":{"username":"jluboff","email":"jluboff@gmail.com"},"maintainers":[{"username":"jluboff","email":"jluboff@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/DHTMLX/gantt.git"},"links":{"npm":"https://www.npmjs.com/package/%40jluboff%2Fdhtmlx-gantt","homepage":"https://github.com/DHTMLX/gantt#readme","repository":"https://github.com/DHTMLX/gantt","bugs":"https://github.com/DHTMLX/gantt/issues"},"license":"GPL-2.0","releases":[{"from":"2022-06-12T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":0},{"from":"2022-04-13T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":0},{"from":"2022-01-13T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":1},{"from":"2021-07-12T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":1},{"from":"2020-07-12T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":1}],"readme":"# dhtmlxGantt v.6.3.2\n\ndhtmlxGantt is an open source JavaScript Gantt chart that helps you illustrate a project schedule in a nice-looking chart.\n\nIt can show the dependencies between tasks as lines and allows you to set up different relationships between tasks (finish-to-start, start-to-start, finish-to-finish, start-to-finish).\n\ndhtmlxGantt provides a flexible API and a large number of event handlers, which gives you the freedom to customize it for your needs.\n\n[https://dhtmlx.com/docs/products/dhtmlxGantt](https://dhtmlx.com/docs/products/dhtmlxGantt)\n\n## Getting started\n\nAdd files:\n\n~~~html\n<script src=\"dhtmlxgantt.js\" ></script>\n<link rel=\"stylesheet\" href=\"dhtmlxgantt.css\" type=\"text/css\">\n~~~\n\nAdd markup:\n\n~~~html\n<div id=\"gantt_here\" style='width:100%; height:100vh;'></div>\n~~~\n\nAnd initialize:\n\n~~~js\ngantt.config.date_format = \"%Y-%m-%d %H:%i\";\ngantt.init(\"gantt_here\");\ngantt.parse({\n  data: [\n    {id: 1, text: \"Project #1\", start_date: null, duration: null, parent:0, progress: 0, open: true},\n    {id: 2, text: \"Task #1\", start_date: \"2019-08-01 00:00\", duration:5, parent:1, progress: 1},\n    {id: 3, text: \"Task #2\", start_date: \"2019-08-06 00:00\", duration:2, parent:1, progress: 0.5},\n    {id: 4, text: \"Task #3\", start_date: null, duration: null, parent:1, progress: 0.8, open: true},\n    {id: 5, text: \"Task #3.1\", start_date: \"2019-08-09 00:00\", duration:2, parent:4, progress: 0.2},\n    {id: 6, text: \"Task #3.2\", start_date: \"2019-08-11 00:00\", duration:1, parent:4, progress: 0}\n  ],\n  links:[\n    {id:1, source:2, target:3, type:\"0\"},\n    {id:2, source:3, target:4, type:\"0\"},\n    {id:3, source:5, target:6, type:\"0\"}\n  ]\n});\n~~~\n\n==> [Check the live demo](https://snippet.dhtmlx.com/a69d7378a)\n\n### Complete guides\n\n- [Angular](https://dhtmlx.com/blog/dhtmlx-gantt-chart-usage-angularjs-2-framework/)\n- [React](https://dhtmlx.com/blog/create-react-gantt-chart-component-dhtmlxgantt/)\n- [Node](https://docs.dhtmlx.com/gantt/desktop__howtostart_nodejs.html)\n- ASP.NET\n  - [ASP.NET MVC 5](https://docs.dhtmlx.com/gantt/desktop__howtostart_dotnet.html)\n  - [ASP.NET Core](https://docs.dhtmlx.com/gantt/desktop__howtostart_dotnet_core.html)\n- PHP\n  - [Laravel](https://docs.dhtmlx.com/gantt/desktop__howtostart_php_laravel.html)\n  - [Slim framework](https://docs.dhtmlx.com/gantt/desktop__howtostart_php_laravel.html)\n- [Ruby on Rails](https://docs.dhtmlx.com/gantt/desktop__howtostart_ruby.html)\n\n#### All tutorials\n\n[https://docs.dhtmlx.com/gantt/desktop__howtostart_guides.html](https://docs.dhtmlx.com/gantt/desktop__howtostart_guides.html)\n\n#### Video guides\n\n[https://www.youtube.com/user/dhtmlx/videos](https://www.youtube.com/user/dhtmlx/videos)\n\n## License\n\ndhtmlxGantt v.6.3.2 Standard\n\nThis version of dhtmlxGantt is distributed under GPL 2.0 license and can be legally used in GPL projects.\n\nTo use dhtmlxGantt in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxGantt/#licensing or contact us at sales@dhtmlx.com\n\n(c) XB Software Ltd.\n\n\n## Useful links\n\n- [Online  documentation](https://docs.dhtmlx.com/gantt/)\n- [Support forum](https://forum.dhtmlx.com/c/gantt)"},"npm":{"downloads":[{"from":"2022-07-11T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":0},{"from":"2022-07-05T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":1},{"from":"2022-06-12T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":11},{"from":"2022-04-13T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":45},{"from":"2022-01-13T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":116},{"from":"2021-07-12T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":524}],"starsCount":0},"github":{"homepage":"https://dhtmlx.com/docs/products/dhtmlxGantt/","starsCount":879,"forksCount":269,"subscribersCount":44,"issues":{"count":80,"openCount":11,"distribution":{"3600":5,"10800":3,"32400":3,"97200":2,"291600":3,"874800":11,"2624400":10,"7873200":9,"23619600":15,"70858800":16,"212576400":3},"isDisabled":false},"contributors":[{"username":"plazarev","commitsCount":3},{"username":"rodrigoclp","commitsCount":1},{"username":"Stanislav-Wolski","commitsCount":3},{"username":"AlexKlimenkov","commitsCount":82}],"commits":[{"from":"2022-07-05T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":0},{"from":"2022-06-12T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":1},{"from":"2022-04-13T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":2},{"from":"2022-01-13T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":3},{"from":"2021-07-12T00:00:00.000Z","to":"2022-07-12T00:00:00.000Z","count":8}]},"source":{"files":{"readmeSize":3222,"testsSize":0,"hasNpmIgnore":true}}},"evaluation":{"quality":{"carefulness":0.7899999999999999,"tests":0,"health":1,"branding":0},"popularity":{"communityInterest":1196,"downloadsCount":15,"downloadsAcceleration":-0.4650304414003045,"dependentsCount":0},"maintenance":{"releasesFrequency":0.28664383561643836,"commitsFrequency":0.4945547945205479,"openIssues":1,"issuesDistribution":0}},"score":{"final":0.45044443312320304,"detail":{"quality":0.5232869564529817,"popularity":0.1748704093327142,"maintenance":0.6635820083453101}}}