Incorrect Overview result

Hi.
I have some issues with overview component.
Sometime overview missing some blocks.
Illustration in attachments.
Is this a bug?

Attachment: overView_f3681253.7z

7 Replies 1 reply marked as answer

AR Aravind Ravi Syncfusion Team June 17, 2020 11:49 AM UTC

Hi Radomir, 

We are unable to reproduce the reported issue at our end. We have created a sample for diagram with overview. At run time we have delete the nodes using delete key button the node gets deleted in the diagram and updated in the overview. Please find the sample in below link 


So please share us a more details about issue i.e. how you delete the node in diagram or in which scenario overview does not gets updated. Please modify the above sample illustrating issue or video demonstration of issue which would help us to serve you better. 

Regards 
Aravind Ravi 



RF Radomir Filonik July 14, 2020 12:01 PM UTC

Ok.
In attachments I give you implementation for "public nodes: NodeModel[]" and "public connectors: ConnectorModel[]" parameters that make some nodes invisible.

Attachment: overviewAndNodes_1d7977d1.7z


AR Aravind Ravi Syncfusion Team July 16, 2020 03:42 AM UTC

Hi Radomir, 

We are validating the sample and update you the validation details within two business days on July 20th 2020. 

Regards 
Aravind Ravi 



AR Aravind Ravi Syncfusion Team July 20, 2020 03:23 PM UTC

Hi Radomir, 

We are able to reproduce the reported issue in the given at our end. We are validating the issue and update you with more details on July 22nd 2020. 

Regards 
Aravind Ravi 



AR Aravind Ravi Syncfusion Team July 22, 2020 03:45 PM UTC

Hi Radomir,   
  
On Analyzing the given sample you have set port ID as number. By default , in the diagram, for node and connector and port ID should be start with alphabet followed with number or special characters. Port id should not be start with number or any special characters. So please set node & connector, port id start with alphabet and node & connector ID and port Id should be unique. Do not use the same Id for the multiple nodes or connectors. 
  
Regards   
Aravind Ravi   



RF Radomir Filonik July 24, 2020 11:14 AM UTC

Hi Arivand.

The problem is not in Id. I invastigate problem with simply approach - delete every line until node is visible againt.
The problem is lying in zIndex property. If you manipulate zIndex of nodes in my example (i.e. change Node "N1" zIndex for 16) then node is visible again.


AR Aravind Ravi Syncfusion Team July 27, 2020 11:28 AM UTC

Hi Radomir, 

On further analysis of the provided nodes and connectors JSON you have set zindex for nodes as same. By default, in the diagram, zIndex for the diagram elements should be different. If we set same zindex for two nodes means then zIndex set for second node only gets visible in the diagram. We have modified the sample by changing the zIndex for the node. Now all nodes gets visible in the diagram and the overview.  


Regards 
Aravind Ravi 


Marked as answer
Loader.
Up arrow icon