Graph chart. #53
Unanswered
kapteinkaald
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Charming is great! Easy to use and nice looking plots!
However, I am trying to display a graph chart in a yew app (I am basing it on this: https://github.com/yuankunzhang/charming/blob/main/gallery/src/graph/hide_overlapped_label.rs) . I want to calculate the graph data runtime, but then the graph (that is the nodes) won't show. Only the category labels are showing. It seems that data has to be a static either from the json file as in the example or hardcoded in the files. Is there an easy way of doing this? (categories, links and nodes is the appropriate types and no warnings or errors. It just shows the categories but no nodes or links)
Beta Was this translation helpful? Give feedback.
All reactions