First implementation of dynamic requests with dummy data
Not yet tested for mobile.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
jQuery(document).ready(function($) {
|
||||
|
||||
jQuery(document).ready(function($)
|
||||
{
|
||||
var canvasMonth = document.getElementById("month").getContext('2d');
|
||||
var chartMonth = new Chart(canvasMonth, {
|
||||
type: 'bar',
|
||||
|
Reference in New Issue
Block a user