Diagram remove generates Error in Vue2

in this example, when i delete All node  use with Ctrl + a, an error pops up in the  console .

also, if i delete nodes on by one, specific Node generate error pops up in the console.
but if i change the order of deletion, the other Node  generates error...


The error contents are as follows.

Error: <rect> attribute height: A negative value is not valid. ("-6.241990051605262e+307")

Error: <rect> attribute transform: Expected number, "…6.3955555555556,6.24199005160526…".


I attach capture file and source file


Attachment: file_c4f042d1.zip

3 Replies 1 reply marked as answer

BM Balasubramanian Manikandan Syncfusion Team March 3, 2023 03:44 PM UTC

We will validate and update with more details on March 7th, 2023



BM Balasubramanian Manikandan Syncfusion Team March 8, 2023 06:25 AM UTC

We have replicated the issue at our end; however, we require additional time to validate your issue. We will validate and update with more information on March 9th, 2023.



BM Balasubramanian Manikandan Syncfusion Team March 8, 2023 12:49 PM UTC

We resolved your issue at the application level by setting multiplePage to true. Now, the exception does not occur in the given sample. Please refer to the below-mentioned code example and sample.


Code Snippet

    pageSettings: {

            orientation: 'Landscape',

            multiplePage: true,

            width: 300,

            height: 300,

            margin: {

                left: 800,

                top: 10,

                bottom: 10,

                right: 800

                },

            },


Attachment: NegativeValue_a390c65c.zip

Marked as answer
Loader.
Up arrow icon