Template:Pie chart example

From Wikidata
Jump to navigation Jump to search

World land area.
[ source data ]

Description

[edit]

Population graph of selected Wikidata item. Graph is modified version of mw:Extension:Graph/Demo/CategoryPie

Graph template

[edit]

{{Pie chart example/graph}}

Query

[edit]
SELECT ?item ?itemLabel (?itemLabel as ?x) (?area as ?y) 
WHERE 
{
  ?item wdt:P31 wd:Q5107 .
  ?item wdt:P2046 ?area

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!