I've visualized an Application & how APIs interact with it using NetworkX & Pyvis
I've put a fair amount of information in the "Title" property to show in the yellow box on hover.
(JSON / SQL / C# / Python etc)
Is there anyway to Lint & color the title property
so using SQL as an example instead of
SELECT * FROM A
we get the following with Keywords colored like in any editor
SELECT *
FROM A
& either;
- Make the yellow box scrollable so you can read all of the box?
- Or on click open the title box in another window?
Thanks