dev-master
9999999-devLaravel package for statistics panel.
The Requires
- php >=5.5.9
- illuminate/support >5.0
The Development Requires
by Beck AndrĂĄs
laravel statistics google panel
Wallogit.com
2017 © Pedro PelĂĄez
Laravel package for statistics panel.
readme, (*1)
(function(stat_widgets){ function StatDiaperGrid(id) { this.id = id; }, (*2)
StatDiaperGrid.prototype = Object.create(window.statistics_panel.widgets.grid.prototype);
StatDiaperGrid.prototype.constructor = StatDiaperGrid;
StatDiaperGrid.prototype.init = function() {};
StatDiaperGrid.prototype.update = function(data) {
this.setGrid(data.data);
$('.summary', this.getFooter()).text(data.total);
};
stat_widgets.diaper_grid = StatDiaperGrid;
}(window.statistics_panel.stat_widgets));, (*3)
Laravel package for statistics panel.
laravel statistics google panel