SemanticMediaWiki / SemanticResultFormats

Provides additional visualizations (result formats) for Semantic MediaWiki
https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats
Other
45 stars 75 forks source link

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

Open D-Groenewegen opened 1 year ago

D-Groenewegen commented 1 year ago

Setup

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').