jupyrdf / ipyelk

Jupyter Widgets for interactive graphs powered by the Eclipse Layout Kernel (ELK)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mechanism to attach additional metadata

dfreeman06 opened this issue · comments

Problem

For interactive applications when using the contrib.elements there needs to be a mechanism to connect the Element back to some other data structures.

Proposed

Adding a metadata dictionary field onto the BaseElement class for users to attach data useful outside the layouter logic.

Addressed in #88.