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
I have the symbol working which display on the graph. If I want to change it to my own ICONS, do you have any example code you can point to. My knowledge of d3 symbol is limited .
for example i have icon <i className="icon-user icons font-2xl d-block mt-4/>"
The text was updated successfully, but these errors were encountered:
As you can see in the Node component render method (link) the component will always fall back to some kind of d3 symbol, to see all available node symbols you can consult react-d3-graph documentationnode.symbolType config section.
Adding a prop that allows rd3g clients to pass down a custom icon is a new feature that could be considered, let's give some time to see if someone else request a similar behavior in order for me to reach a consensus on whether or not this feature should be implemented.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I have the symbol working which display on the graph. If I want to change it to my own ICONS, do you have any example code you can point to. My knowledge of d3 symbol is limited .
for example i have icon <i className="icon-user icons font-2xl d-block mt-4/>"
The text was updated successfully, but these errors were encountered: