Recreate GitHub Network Graph in Java -
i'm trying recreate github network graph in java school project. i'm using kohsuke's github-api data (repo, commits, etc...) , got prototype work repositories out there, though it's still not quite right.
my problem getting correct vertical spacing in network graph.. prototype spacing commits via rules detect merges/forks/branches it's not working bigger , more complex repositories.
here found recreated old flash version of network graph in javascript. using variable called "space" determine vertical spacing. when looked .js creates current network graphs found use variable called space , spacemap spacing right.
it seems without variable it's not quite possible make original network graph, didn't find variable in kohsuke's github-api nor in github's original api... again, i'm quite new github-story maybe i'm looking in wrong places :/
if tried recreate graph or knows how find spacing data i'd appreciate hints. thanks
Comments
Post a Comment