Widget:PlaceNamesCharts: Difference between revisions

From International Robin Hood Bibliography
mNo edit summary
mNo edit summary
Line 257: Line 257:
var itms = txt.split("|");
var itms = txt.split("|");
itms.pop(); //Remove empty item after last pipe
itms.pop(); //Remove empty item after last pipe
var itemsObj = {};
var itemsObj = {};
var numItms = itms.length;
var numItms = itms.length;

Revision as of 06:33, 31 October 2018

This widget generates the Google charts on landing pages in the Place-names and Festivals sections of IRHB. It takes no parameters.