WikidataFacts created this task.
WikidataFacts added projects: Wikidata, Wikidata-Query-Service.
Herald added a subscriber: Aklapper.
Herald added a project: Discovery.

TASK DESCRIPTION

Example query:

#defaultView:BubbleChart
SELECT ?count ?item ?itemLabel WHERE {
  VALUES (?count ?item ?itemLabel) {
    (3 wd:Q42 "Douglas Adams"@en)
    (2 wd:Q5 "human"@en)
    (1 wd:Q1 "universe"@en)
  }
}

Link

Clicking on the Douglas Adams bubble has no effect, clicking on the human bubble opens the Douglas Adams item, and clicking on the universe bubble opens the human item: the links are offset by one from the bubble labels.

Workaround: move ?count behind ?item ?itemLabel. (Looks like this is the conventional order anyways, if this bug was only discovered now…)


TASK DETAIL
https://phabricator.wikimedia.org/T154194

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WikidataFacts
Cc: Aklapper, WikidataFacts, EBjune, mschwarzer, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to