Widget:PlaceNamesCharts: Difference between revisions

From International Robin Hood Bibliography
mNo edit summary
mNo edit summary
Line 326: Line 326:
dataRowsAr[i][0] = xValue;
dataRowsAr[i][0] = xValue;
}
}
console.log("xValue is: " + xValue);
if (!showXAxisTicks && xValue > 2) {
if (!showXAxisTicks && xValue > 2) {
  showXAxisTicks = true;
  showXAxisTicks = true;

Revision as of 05:02, 24 October 2018

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