Commit 137bd872 authored by PkSM3's avatar PkSM3

new threshold

parent 109cd361
...@@ -2359,8 +2359,6 @@ sigma.classes.Cascade = function() { ...@@ -2359,8 +2359,6 @@ sigma.classes.Cascade = function() {
var ctx = labelsCtx; var ctx = labelsCtx;
var thethreshold = self.p.labelThreshold; var thethreshold = self.p.labelThreshold;
if(node.type==catSoc) thethreshold *= 2;
if (node['displaySize'] >= thethreshold || node['forceLabel']) { if (node['displaySize'] >= thethreshold || node['forceLabel']) {
var fontSize;/* = self.p.labelSize == 'fixed' ? var fontSize;/* = self.p.labelSize == 'fixed' ?
self.p.defaultLabelSize : self.p.defaultLabelSize :
......
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