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

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

Go to download

chart.js for wicket projects. simple but nice looking charts with html5/css/js

There is a newer version: 7.0.1
Show newest version
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