2017 © Pedro Peláez
 

library gantt

Gantt Chart

image

dcodegroup/gantt

Gantt Chart

  • Friday, April 20, 2018
  • by dcodegroup
  • Repository
  • 0 Watchers
  • 0 Stars
  • 17 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

gantt

Gantt chart, (*1)

composer.json, (*2)

    "autoload": {
        ...
        "psr-4": {
            ...,
            "DcodeGroup\\": "vendor/dcodegroup/"
        }
    },

instantiate

``` php $groupedCols = \DcodeGroup\Gantt\DatesHelper::ganttColGroups( ($_GET['start'] ?? time()), ($_GET['end'] ?? null) ); $gantt = \DcodeGroup\Gantt\Factory::newGantt($groupedCols, $rows, ['isMobile' => $agent->isMobile()]);, (*3)


Config ------ ``` php # custom bar text $gantt->barTextFunction = function(\DcodeGroup\Gantt\Bar $bar) { return date('j M Y', strtotime($bar->start_date)) . ' - ' . date('j M Y', strtotime($bar->end_date)); }; # disable bar text $gantt->barTitleAttrs = false; $gantt->barTextShow = false;

if you disable barTitleAttrs, the bar will have a data-text atrribute instead, (*4)

The Versions

20/04 2018

dev-master

9999999-dev https://bitbucket.org/dcodegroup/gantt

Gantt Chart

  Sources   Download

MIT

by Lee Stevens

16/04 2018

v1.0.6

1.0.6.0 https://bitbucket.org/dcodegroup/gantt

Gantt Chart

  Sources   Download

MIT

by Lee Stevens

11/04 2018

v1.0.5

1.0.5.0 https://bitbucket.org/dcodegroup/gantt

Gantt Chart

  Sources   Download

MIT

by Lee Stevens

11/04 2018

v1.0.4

1.0.4.0 https://bitbucket.org/dcodegroup/gantt

Gantt Chart

  Sources   Download

MIT

by Lee Stevens

11/04 2018

v1.0.3

1.0.3.0 https://bitbucket.org/dcodegroup/gantt

Gantt Chart

  Sources   Download

MIT

by Lee Stevens

11/04 2018

v1.0.2

1.0.2.0 https://bitbucket.org/dcodegroup/gantt

Gantt Chart

  Sources   Download

MIT

by Lee Stevens

11/04 2018

v1.0.1

1.0.1.0 https://bitbucket.org/dcodegroup/gantt

Gantt Chart

  Sources   Download

MIT

by Lee Stevens