Skip to content

Commit

Permalink
Enable vertex details by default (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
cshapeshifter committed May 25, 2013
1 parent 44514f4 commit e35d876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/web-data/js/graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ scc.defaults.graph = {"layout": {
"gd_vertexColor": "Outgoing degree",
"gd_vertexBorder": "Latest query",
"gp_vicinityIncoming": "Yes",
"gp_exposeVertices": "No",
"gp_exposeVertices": "Yes",
"gp_vicinityRadius": "1",
"gp_maxVertexCount": "250",
"gp_targetCount": "100",
Expand Down

0 comments on commit e35d876

Please sign in to comment.