Skip to content

Commit

Permalink
feature(report): enable colouring for the dot (folder level) reporter (
Browse files Browse the repository at this point in the history
…sverweij#240)

also:
* consolidates the dot and ddot reporters
* removes self-transitions from the dot output
* uses default round-edge rectangles instead of the folder shape for nodes
* makes the `.` nodes look like they're part of the cluster (which looks more natural)
  • Loading branch information
sverweij authored Jan 11, 2020
1 parent e7a9066 commit 57ead8d
Show file tree
Hide file tree
Showing 54 changed files with 2,350 additions and 2,670 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ NODE=node
RM=rm -f
GENERATED_SOURCES=src/cli/initConfig/config.js.template.js \
src/report/csv/csv.template.js \
src/report/dot/moduleLevel/dot.template.js \
src/report/dot/folderLevel/ddot.template.js \
src/report/dot/dot.template.js \
src/report/html/html.template.js \
src/report/err-html/err-html.template.js \
src/schema/configuration.schema.json \
Expand Down
24 changes: 12 additions & 12 deletions doc/assets/theming/bare.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions doc/assets/theming/base.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions doc/assets/theming/engineering.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 57ead8d

Please sign in to comment.