SemanticMediaWiki / KnowledgeGraph

Visualize the knowledge graph within Semantic MediaWiki
https://www.mediawiki.org/wiki/Extension:KnowledgeGraph
GNU Affero General Public License v3.0
3 stars 0 forks source link

bug (parser function): TypeError: Cannot read properties of undefined (reading 'indexOf') #2

Open gesinn-it-gea opened 2 months ago

gesinn-it-gea commented 2 months ago

A page with a simple graph: image

Content:

{{#knowledgegraph:
 |nodes=PA1DCF0001
 |properties=Applied by Subproject
 |depth=0
 |show-property-type=false
 |graph-options=MediaWiki:KnowledgeGraphOptions
 |property-options?Organization logo=KnowledgeGraphOptionsImage
 |width=100%
 |height=400px 
 |properties-panel=true
}}

MediaWiki:KnowledgeGraphOptions does not exist. Having wrong graph-options should not lead to a JS error that could cause other JS crash on the same page.

gesinn-it-gea commented 1 month ago

@thomas-topway-it can you have a look at this issue please?