David Marzo
David Marzo
Fix (apply recursively) me.preprocessData = function(root) { ``` var me = this, maxNodes = me.config.maxNodesPerLevel; if (maxNodes) { if (maxNodes < root.children.length) { .... } for (index in root.children) {...
``` javascript var data = { label: 'Total', amount: 100, children: [ { taxonomy: 'cofog', name:'01', label: 'First child', amount: 30 }, { taxonomy: '02', label: 'Second child', amount: 40...
Add to config a function callbak that's called when a bubble is created me.createBubble = function(node, origin, rad, angle, color) { .... - if ($.isFunction(me.config.bubbleCreatedCallback)) {me.config.bubbleCreatedCallback(bubble);} return bubble; } I...
I have performance leak (navigator freeze) when have 5k rows and same names. I resolved problem adding unique counter to url, instead of: while (me.nodesByUrlToken.hasOwnProperty(node.urlToken)) {node.urlToken += '-';} bubbletree.js -...
I have this sequence: 00000 devenv.exe, TestRunRequest:SendTestRunMessage: Starting. 00010 Informational: Loading tests from ... 00020 Timeout http request (because of firewall rule, without network connection have no delay) GET /msdownload/update/v3/static/trustedr/en/disallowedcertstl.cab?2472bccbdab4f384...