2017 © Pedro PelĂĄez
 

library laravel-statistics-panel

Laravel package for statistics panel.

image

andrewboy/laravel-statistics-panel

Laravel package for statistics panel.

  • Wednesday, March 8, 2017
  • by andrewboy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 92 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

LaravelStatisticsPanel

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)

The Versions

08/03 2017

dev-master

9999999-dev

Laravel package for statistics panel.

  Sources   Download

The Requires

 

The Development Requires

by Beck AndrĂĄs

laravel statistics google panel