Skip to content

Commit

Permalink
Change algorithm to gephi modularity. Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Jun 23, 2017
1 parent 7d10b94 commit 5097e7f
Show file tree
Hide file tree
Showing 7 changed files with 1,617 additions and 744 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [ECharts](https://github.com/ecomfe/echarts) graph modularity extension based on [jLouvain](https://github.com/upphiminn/jLouvain)
# [ECharts](https://github.com/ecomfe/echarts) graph modularity extension

<a href="http://echarts.baidu.com">
<img style="vertical-align: top;" src="https://github.com/ecomfe/echarts/raw/master/asset/logo.png?raw=true" alt="logo" height="50px">
Expand Down Expand Up @@ -40,6 +40,11 @@ setOption({
// and assign each different color.
modularity: true

// Specify resolution. Higher resolution will produce less communities
modularity: {
resolution: 5
}

...
}]
})
Expand Down
Loading

0 comments on commit 5097e7f

Please sign in to comment.