Skip to content

Commit 284f890

Browse files
Merge pull request #28 from lagooned/hjug-mob
Issue #26: add explorer by default for graph
2 parents 5bd30e7 + 64835cb commit 284f890

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

graph-data-generator/src/main/java/org/hjug/gdg/GraphDataGenerator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public String getScriptEnd() {
2626
" 'Fix Higher Priority Classes First',\n" +
2727
" height: 900, " +
2828
" width: 1200, " +
29+
" explorer: {}, " +
2930
" hAxis: {title: 'Effort'},\n" +
3031
" vAxis: {title: 'Change Proneness'},\n" +
3132
" colorAxis: {colors: ['blue', 'green']},\n" +

graph-data-generator/src/test/java/org/hjug/gdg/GraphDataGeneratorTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public void getScriptEnd() {
4545
" 'Fix Higher Priority Classes First',\n" +
4646
" height: 900, " +
4747
" width: 1200, " +
48+
" explorer: {}, " +
4849
" hAxis: {title: 'Effort'},\n" +
4950
" vAxis: {title: 'Change Proneness'},\n" +
5051
" colorAxis: {colors: ['blue', 'green']},\n" +

0 commit comments

Comments
 (0)