You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a node has no edges, a dummy node seems to be created, I then get:
Do not assign mappings to elements without corresponding data (e.g. ele DummyCompound_undefined for property background-color with data field faveColor); try a [faveColor] selector to limit scope to elements with faveColor defined
This probably has to do with tiling of disconnected nodes (i.e. nodes with no incident edges). We do create dummy nodes as a container of disconnected nodes for tiling. These dummy nodes are destroyed before layout ends. We will look into this. In the meantime, feel free to disable tiling (tile: false).
We will look into this. However, for the time being if you do not want to disable 'tilling' option, you can use another selector for 'background-color' attribute. For example, if your current selector is 'node' you can use 'node[faveColor]' selector for 'background-color' attribute.
If a node has no edges, a dummy node seems to be created, I then get:
Do not assign mappings to elements without corresponding data (e.g. ele
DummyCompound_undefined
for propertybackground-color
with data fieldfaveColor
); try a[faveColor]
selector to limit scope to elements withfaveColor
definedwhere my css selector for node is defined like:
The text was updated successfully, but these errors were encountered: