File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ export default class PlotBaseAnimation {
283283 return false ;
284284 }
285285 resetGeometryStatus ( ) {
286- this . render ( 0.001 ) ;
286+ this . render ( 0.000001 ) ;
287287 }
288288 updateGeometry ( ) {
289289 if ( this . _updateGeometry ) {
Original file line number Diff line number Diff line change 33 * @Author : zk
44 * @Date : 2021-11-18 15:08:49
55 * @LastEditors : zk
6- * @LastEditTime : 2022-07-02 14 :22:55
6+ * @LastEditTime : 2022-07-06 11 :22:37
77 */
88import Point from '../../../PlotUtilBase/Geometry/Point' ;
99import { createGuid } from '../../../PlotUtilBase/Util/Guid' ;
@@ -319,6 +319,7 @@ class BasePlotElement extends SvgElement {
319319 * @return {* }
320320 */
321321 setNodeAttr ( type , value , childIds ) {
322+ if ( ! childIds ) return ;
322323 const { baseSVGAttributes, extendElementAttributes } = this . getSaveBaseAttributes ( ) ;
323324 const baseSVGStyleAttributes = this . getStyleObject ( ) . getSVGStyleNameArr ( ) ;
324325
You can’t perform that action at this time.
0 commit comments