Improve visibility of the overlap nodes
This commit is contained in:
parent
88018f83c4
commit
c763ac1bfa
3 changed files with 5 additions and 5 deletions
|
@ -56,8 +56,8 @@ var CircleSizeCoder = Class.extend({
|
|||
this.options = $.extend({}, this.options, options);
|
||||
},
|
||||
options: {
|
||||
minRadius: 0.8,
|
||||
maxRadius: 100.0,
|
||||
minRadius: 0,
|
||||
maxRadius: 25.0,
|
||||
scaler: new Scaler({})
|
||||
},
|
||||
getSize: function(value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue