Closed jeicher closed 2 years ago
I thought something like this kind of behaviour might be helpful (perhaps in a directed graph)...
I've participated to the PR, so asking someone else (e.g. @dorranh ) for review.
This PR goes beyond the scope of just writing a query (#4) as it also
Let's try to make smaller PRs in the future :slightly_smiling_face:
Very cool! In general looks good to me, just a couple of questions:
* What is the license for `line-chart.png`, do we need to include a reference to the image source somewhere (or did you make this?)? * Is there a way to fetch the minified js libraries at build time rather than checking them into the repo?
Once the above are addressed I'm happy landing these changes
Good catches there :)
That is actually a Flaticon image which is "Free for personal and commercial purpose with attribution.". The attribution involves including this on the site: Variable icons created by Pixel perfect - Flaticon . I've just replaced it with a similar but attribution-free version.
I have moved all of the minified static things to CDN links.
Perfect, thanks @jeicher!
This is just a basic Python UI client built with Flask that:
Selecting a node highlights the corresponding row on the table (and vice versa).