- 09 Jun, 2017 7 commits
-
-
Romain Loth authored
-
Romain Loth authored
as usual we don't touch the sigma or plugin code, but simply restrict event propagation (plugin's handlers are on body, but events come from sigma container first)
-
Romain Loth authored
-
Romain Loth authored
optional: can be set in conf with 'moreLabelsUnderArea' flag, uses our new functions circleGetAreaNodes() and redrawNodesInHoverLayer()
-
Romain Loth authored
added for node rendering with various cases (active/neighbor/normal/grey), then made the labels renderer call the node renderer
-
Romain Loth authored
(it fixes the black color init cases)
-
Romain Loth authored
-
- 08 Jun, 2017 5 commits
-
-
Romain Loth authored
-
Romain Loth authored
show nbClasses and nbNodes side by side, don't count N/A class in nbClasses if empty, rename vars to be clearer
-
Romain Loth authored
-
Romain Loth authored
translations for the color menu can be specified in TW.conf.facetOptions + make clusterColoring work for string-labeled clusters + allow user to choose if colors are randomized each time
-
Romain Loth authored
-
- 07 Jun, 2017 3 commits
-
-
Romain Loth authored
-
Romain Loth authored
-
Romain Loth authored
-
- 06 Jun, 2017 9 commits
-
-
Romain Loth authored
-
Romain Loth authored
-
Romain Loth authored
-
Romain Loth authored
-
Romain Loth authored
-
Romain Loth authored
-
Romain Loth authored
assumed that source gexf file was equivalent to having a 'name' node attribute, which is not the case in specifications?
-
Romain Loth authored
global var selections removed and stored inside SystemState + transformed into an array everywhere (was inconsistent) + fixed changeType selection materialization ; possible TODOES: better setState function, possible integration of opposite side neighbors in SystemState too
-
Romain Loth authored
-
- 02 Jun, 2017 3 commits
-
-
Romain Loth authored
-
Romain Loth authored
heatmap coloring, better facetOptions cases, better handling NaN in attributes and renamed coloring functions
-
Romain Loth authored
we consider an attribute is numeric if a large % of it is numeric (by default: 98%)... in this case we can still operate binning and the NaN values are grouped and isolated in a grey legend item
-
- 01 Jun, 2017 2 commits
-
-
Romain Loth authored
added binning mode 'samerange' + new syntax for choosing it in settings + finished replacing atts_2_exclude + possibilities for better string cluster mapping TODO: color functions per settings
-
Romain Loth authored
but we should rather use the sigma.exporters.gexf.js
-
- 31 May, 2017 4 commits
-
-
Romain Loth authored
renamed to TW.states and TW.gui + fixed old sliders caching bug + fixed node normalization in parsing
-
Romain Loth authored
variables init was obscuring settings file + moved AjaxSync back to globalUtils + fixed selector engine instance scope
-
Romain Loth authored
-
Romain Loth authored
-
- 30 May, 2017 1 commit
-
-
Romain Loth authored
renamed (topPapers to relatedDocs, divFlags to moduleFlags...), fixed several config effects that were disconnected (sizeMult, tagcloud sizes, colorsByAtt), generalized the TW.conf prefix
-
- 29 May, 2017 1 commit
-
-
Romain Loth authored
reordered params inside settings_explorerjs with new packaging in TW.conf property and more meaningful/transparent variable names + newurl param sourcemode
-
- 24 May, 2017 1 commit
-
-
Romain Loth authored
-
- 23 May, 2017 4 commits
-
-
Romain Loth authored
-
Romain Loth authored
facets (ie clusters and other searchable/colorable attributes) should work with bipartite case, but it meant factorizing facetsBinning() and updateValueFacets() from commit 71507331
-
Romain Loth authored
we adapt the functions that currently need only one element (ie colors, legends) instead of adapting activetypes expression
-
Romain Loth authored
-