All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pingunaut.wicket.chartjs.core.bridge.js Maven / Gradle / Ivy

var WicketCharts = {};
// Get context with jQuery - using jQuery's .get() method.
function buildChart(markupId) {
	var ctx = $('#' + markupId).get(0).getContext('2d');
	return new Chart(ctx);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy