I am trying to hide the edges in GraphOverviewComponent.
For this I tried in following way which does not work.
Overrided the functions in my custom class inherited from OverviewDisplayObjectCreator and returning the VoidEdgeStyle.
- getOverviewEdgeStyle
-createEdgeStyle
These overrided methods are called propely, but still i am seeing the edges.
If I changed to other EdgeStyles then those are reflection propely.
My question is why the VoidEdgeStyle is not reflection properly.