User tests: Successful: Unsuccessful:
Since clue/graph-composer#12 has been merged, we might now integrate it to our tool chain.
I'm not quite sure where an image like this might be useful...., but maybe there is more than one nerd (like me) that get's excited examining this huge thingy
It would be nice to "clear" this graph a bit, maybe excluding the dev dependencies and "reorder" the elements, but that's for another PR ;)
./bin/jtracker make composergraph
./bin/jtracker make composergraph --format=[format]
./bin/jtracker make composergraph --file=[path/to/file]
./bin/jtracker make composergraph --file=[path/to/file] --format=[format]
BTW: I first heard about graphcomposer in an article about PHPStorm's file watchers
Is it expected behaviour? :)
No it's a bug, well spotted - should be fixed ;)
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-04-22 20:11:16 |
Ok it's working, but I want to clear one thing. If I run
make composergraph --file=/vagrant/logs --format=jpg
Then I got:
So if the file=directory then you def file name to
graph-composer.svg
:But later you did not override the file extension, because
$filePath
is not changed. Is it expected behaviour? :)