mmmmm http://js.cytoscape.org/
I want to try https://resources.jointjs.com/demos and https://github.com/dagrejs
Nice! Hadn't seen that one
I am looking for a nice way to visualize Datomic graphs
I will do my best to support your experiments with this!
How much of the links explanation made sense to you ?
new, remove, self and iframe are quite clear
rel, affix, detach - not really
I’ll make my own links tutorial and send you to review
ok 🙂
Do you understand dustingetz/vega and vega-child ?
kind of, except reagent woodoo magic, this is the hardest part for me
Ah interesting
You are doing extremely well at ClojureScript for someone without Reagent experience
would you mind to setup jointjs and dagrejs loading templates, like for vega-embed, I want to reproduce https://dagrejs.github.io/project/dagre-d3/latest/demo/etl-status.html and https://resources.jointjs.com/demos/directed-graph
copy-paste is my third name
sure, i can set that up for you, hopefully later today
@alexandrkozyrev http://tank.hyperfiddle.net/:dustingetz!dagre-d3/ Is this all you need? The loader setup?
yes, smth like that
I improved it – we will need to work this loading state behavior into core
Actually i will improve it more
Ok, done. It is dumb that you have to understand any of this to use a js lib, we will fix it asap
Here is joint http://tank.hyperfiddle.net/:dustingetz!jointjs/
Joint has a lot of javascript dependencies that i dont like (jquery, lodash, backbone) i think you might be unhappy using it from clojurescript, but it might work
it might be hard
Here is the canonical loader hacks demo, until it is resolved