Commit 3c0e1b3c authored by Romain Loth's avatar Romain Loth

give louvain an initial setting as 'cluster' to make it trigger the appropriate legend strategy

parent 797b7bbb
......@@ -159,6 +159,10 @@ function RunLouvain() {
if (menu) {
menu.innerHTML = nClasses
}
if (! TW.conf.facetOptions['clust_louvain']) {
TW.conf.facetOptions['clust_louvain'] = {'col': 'cluster'}
}
// NB the LouvainFait flag is updated by caller fun
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment