PHP Classes

File: vendors/chart.js/src/charts/Chart.Bar.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/chart.js/src/charts/Chart.Bar.js   Download  
File: vendors/chart.js/src/charts/Chart.Bar.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 2 years ago
Size: 160 bytes
 

Contents

Class file image Download
"use strict"; module.exports = function(Chart) { Chart.Bar = function(context, config) { config.type = 'bar'; return new Chart(context, config); }; };