You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for the amazing library. It has been really useful in developing one of the core visualizations in my app.
I had couple of feature requests:
Ability to draw Edges as arcs instead of straight lines. (Enhances the look of the resulting visualization)
Ability to drag/drop or reposition nodes.
Algorithm to fan out the graph. (another option beside top/down, left/right)
If someone has been able to make the above work, would love to see the implementation. Else, I'd work on adding these abilities myself. Any suggestions/directions are welcome.
Thanks again for all the work on this.
The text was updated successfully, but these errors were encountered:
Currently we are working on building GraphView around the RecyclerView, see recycler branch. When this is finished we will concentrate on developing new layouts including the radial layout.
Hi Team,
First of all, thanks for the amazing library. It has been really useful in developing one of the core visualizations in my app.
I had couple of feature requests:
If someone has been able to make the above work, would love to see the implementation. Else, I'd work on adding these abilities myself. Any suggestions/directions are welcome.
Thanks again for all the work on this.
The text was updated successfully, but these errors were encountered: