Widget:PlaceNamesCharts: Difference between revisions

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

Revision as of 05:28, 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.