found a simple graph visualizer to give a try ...
Simple
I used to make fancy graph for visualization apps. But sometimes I just want something simple, browser accessible and enable me to quickly visualize some json DAG or flow chart. Got this nice workflow visualizer from github (Flow-Kit) and happy to use it as a tool. Also thanks to excellent react json viewer (rjv). Now we have this graph visualizer takes simple json 🎉🎉🎉.
Oh, it actually just requires informal JSON as we usually write in Javascript which means you don't need to use double quotes for keys!
Next
Next I want it to be flexible for all json format: I can visciously eval
a Javascript snippet for converting any data or json into the correct format.
TODO:
- Fix exception
- Fix duplicate edge issue
- Add eval to input
- Add debounce for input change
Further
Make url take parameters of json format... a crappy jump link visualizer 😂