We suspect that this may actually be a feature of the visualization library to avoid overlapping edge labels.
Investigate:
- if it is a feature, and if we can find it documented (or in the code)
- if yes, whether it's configurable
Timebox: 4 hours
We suspect that this may actually be a feature of the visualization library to avoid overlapping edge labels.
Investigate:
Timebox: 4 hours
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | BUG REPORT | None | T317702 Not all edgeLabels shown on graph in a Wikibase query service | ||
Open | Dima_Koushha_WMDE | T381857 Investigate why not all edgeLabels shown on graph in a Wikibase query service |
Investigation Findings
The issue in the visualization is related to the improvedLayout feature in the vis.js library. This feature, enabled by default, influences node positioning and layout behavior.
improvedLayout Feature:
Next step