d3-svg-annotation
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -1511,3 +1511,2 @@ (function (global, factory) { | ||
console.log('in constructor for note text', params, _this4.typeSettings); | ||
_this4.textWrap = params.textWrap || 120; | ||
@@ -1541,3 +1540,2 @@ _this4.drawText(); | ||
var label = this.a.select('text.annotation-note-label'); | ||
console.log('in wrap length', this.typeSettings); | ||
var wrapLength = this.annotation.note && this.annotation.note.wrap || this.typeSettings && this.typeSettings.note && this.typeSettings.note.wrap || this.textWrap; | ||
@@ -1544,0 +1542,0 @@ |
{ | ||
"name": "d3-svg-annotation", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "indexRollup.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
516460
8380