mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-27 00:25:07 +00:00
2
plugins/tiddlywiki/d3/cloudwidget.js
vendored
2
plugins/tiddlywiki/d3/cloudwidget.js
vendored
@@ -62,7 +62,7 @@ CloudWidget.prototype.createChart = function(parent,nextSibling) {
|
||||
});
|
||||
}
|
||||
// Create the svg element
|
||||
var svgElement = d3.select(parent).insert("svg",nextSibling)
|
||||
var svgElement = d3.select(parent).insert("svg",function() {return nextSibling;})
|
||||
.attr("width", 600)
|
||||
.attr("height", 400);
|
||||
// Create the main group
|
||||
|
||||
Reference in New Issue
Block a user