Path : /proc/self/root/var/www/html/smartcirqls.com/vendors/Chart.js/src/charts/ |
Current File : //proc/self/root/var/www/html/smartcirqls.com/vendors/Chart.js/src/charts/Chart.Bar.js |
"use strict"; module.exports = function(Chart) { Chart.Bar = function(context, config) { config.type = 'bar'; return new Chart(context, config); }; };