[TODO]
- Creating template to draw force graph layout with SVG elements as slot
- Researches on the lit-element children/slots
- Lit-Element Templates
- Trying to resolve issue with
<slot>
and<svg>
- Discussion with Justin Fagiani that recommend to use
<foreignObject>
(but that is to integrate HTML element only, therefore the<circle>
is not working) Not working for my use case because is not an HTML component and it seems that LitElement doesn't replace the slot that is in a SVG element.
- Updating directed-force-graph component to support nodes elements in SVG and HTML containers
- Adds
nodes
andlinks
slots
- The mathematical recall
- Justin Fagiani talk show, https://shoptalkshow.com/episodes/348/
- Conf. slides
- Discussion avec Olivier concernant les slides => webcomponents + firebase + sync slides
- Finishing the Force Directed Graph component
- Update demo to show how to add a new node and link
- Styling and better colors, description
- WIP: documentation and publishing to repo
- Discussion about business of PAGL with Olivier
- Modifying a force directed graph
- Fix simulation forces to have nice demos
- Make attribute public to control the force directed graph
- Fixing issue with D3.js and the d3-force simulation when adding new node or link