d3-svg-annotation
Advanced tools
Comparing version 1.10.0 to 1.11.0
@@ -1407,3 +1407,3 @@ import { event, select } from 'd3-selection'; | ||
value: function drawSubject(context) { | ||
this.typeSettings.subject = Object.assign({}, typeSettings.subject, this.typeSettings.subject); | ||
this.typeSettings.subject = _extends({}, typeSettings.subject, this.typeSettings.subject); | ||
return get(customType.prototype.__proto__ || Object.getPrototypeOf(customType.prototype), 'drawSubject', this).call(this, _extends({}, context, this.typeSettings.subject)); | ||
@@ -1414,3 +1414,3 @@ } | ||
value: function drawConnector(context) { | ||
this.typeSettings.connector = Object.assign({}, typeSettings.connector, this.typeSettings.connector); | ||
this.typeSettings.connector = _extends({}, typeSettings.connector, this.typeSettings.connector); | ||
return get(customType.prototype.__proto__ || Object.getPrototypeOf(customType.prototype), 'drawConnector', this).call(this, _extends({}, context, typeSettings.connector, this.typeSettings.connector)); | ||
@@ -1421,3 +1421,3 @@ } | ||
value: function drawNote(context) { | ||
this.typeSettings.note = Object.assign({}, typeSettings.note, this.typeSettings.note); | ||
this.typeSettings.note = _extends({}, typeSettings.note, this.typeSettings.note); | ||
return get(customType.prototype.__proto__ || Object.getPrototypeOf(customType.prototype), 'drawNote', this).call(this, _extends({}, context, typeSettings.note, this.typeSettings.note)); | ||
@@ -1424,0 +1424,0 @@ } |
{ | ||
"name": "d3-svg-annotation", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"description": "", | ||
@@ -22,2 +22,3 @@ "main": "indexRollup.js", | ||
"babel-plugin-external-helpers": "6.18.0", | ||
"babel-plugin-transform-object-assign": "6.22.0", | ||
"babel-plugin-transform-object-rest-spread": "6.20.2", | ||
@@ -24,0 +25,0 @@ "babel-preset-es2015": "6.18.0", |
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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
731962
0
100
20