mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-03 08:47:22 +00:00
2
plugins/tiddlywiki/d3/barwidget.js
vendored
2
plugins/tiddlywiki/d3/barwidget.js
vendored
@@ -85,7 +85,7 @@ BarWidget.prototype.createChart = function(parent,nextSibling) {
|
||||
.tickPadding(6)
|
||||
.orient("bottom");
|
||||
// Create SVG element
|
||||
var svgElement = d3.select(parent).insert("svg",nextSibling)
|
||||
var svgElement = d3.select(parent).insert("svg",function() {return nextSibling;})
|
||||
.attr("viewBox", "0 0 960 500")
|
||||
.attr("preserveAspectRatio", "xMinYMin meet")
|
||||
.attr("width", width + margin.left + margin.right)
|
||||
|
||||
Reference in New Issue
Block a user