ChrisDelClea / streamlit-agraph

A Streamlit Graph Vis
MIT License
387 stars 52 forks source link

Documentation resource #38

Closed taws34 closed 1 year ago

taws34 commented 1 year ago

Is there a solid documentation resource?

I'm trying to find a current list of methods for the config / nodes / edges.

edit: I have used https://danielcaldas.github.io/react-d3-graph/docs/index.html#graphconfig but I find the configurations do not match what agraph uses. Node 'symbolType' vs 'shape', for instance.

ChrisDelClea commented 1 year ago

Dear @taws34 ,

we moved from d3-graph to react-graph-vis . Please check it out.

ChrisDelClea commented 1 year ago

Just check also the ConfigBuilder Class I just released. You can play with it in the Demo app linked in the README.