@visactor/vstory 0.0.23-alpha.3 → 0.0.23-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +8 -2
- package/dist/index.min.js +1 -1
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -117603,7 +117603,10 @@
|
|
|
117603
117603
|
}, {
|
|
117604
117604
|
key: "setAttribute",
|
|
117605
117605
|
value: function setAttribute(key, value) {
|
|
117606
|
-
"viewBox" === key && (_superPropGet(VChartGraphic, "setAttribute", this, 3)(["x", value.x1]), _superPropGet(VChartGraphic, "setAttribute", this, 3)(["y", value.y1]), this.updateVChartGraphicViewBox(value)), "spec" === key ? this._vchart.updateSpecSync(value, !1, {
|
|
117606
|
+
"viewBox" === key && (_superPropGet(VChartGraphic, "setAttribute", this, 3)(["x", value.x1]), _superPropGet(VChartGraphic, "setAttribute", this, 3)(["y", value.y1]), this.updateVChartGraphicViewBox(value)), "spec" === key ? this._vchart.updateSpecSync(value, !1, {
|
|
117607
|
+
reuse: !1,
|
|
117608
|
+
morph: !1
|
|
117609
|
+
}, {
|
|
117607
117610
|
reMake: !0,
|
|
117608
117611
|
change: !0
|
|
117609
117612
|
}) : _superPropGet(VChartGraphic, "setAttribute", this, 3)([key, value]);
|
|
@@ -117612,7 +117615,10 @@
|
|
|
117612
117615
|
key: "setAttributes",
|
|
117613
117616
|
value: function setAttributes(attrs) {
|
|
117614
117617
|
var lastedViewBox = this.attribute.viewBox;
|
|
117615
|
-
_superPropGet(VChartGraphic, "setAttributes", this, 3)([attrs]), attrs.viewBox && (this.attribute.viewBox = lastedViewBox, this.updateVChartGraphicViewBox(attrs.viewBox)), attrs.spec && this._vchart.updateSpecSync(attrs.spec, !1, {
|
|
117618
|
+
_superPropGet(VChartGraphic, "setAttributes", this, 3)([attrs]), attrs.viewBox && (this.attribute.viewBox = lastedViewBox, this.updateVChartGraphicViewBox(attrs.viewBox)), attrs.spec && this._vchart.updateSpecSync(attrs.spec, !1, {
|
|
117619
|
+
reuse: !1,
|
|
117620
|
+
morph: !1
|
|
117621
|
+
}, {
|
|
117616
117622
|
reMake: !0,
|
|
117617
117623
|
change: !0
|
|
117618
117624
|
});
|