SemanticMediaWiki/SemanticResultFormats

Dygraphs not showing tooltips: "Uncaught TypeError: tooltip.add is not a function"

D-Groenewegen opened this issue · 0 comments

Setup

  • MW version: 1.31, 1.39
  • SMW 3.2.3, 4.1.0
  • SRF 3.2.0, 4.0.1
  • Firefox

Issue

No tooltips using the Dygraphs result format. A jQuery error is reported in the browser's console: Uncaught TypeError: tooltip.add is not a function.

Live in action:

Expected result:
Tooltips

Observed result:
No tooltips

Stacktrace
Uncaught TypeError: tooltip.add is not a function.

P.S. I haven't looked into this, though I remember tha jQuery UI and Bootstrap were using the same name ('tooltip').