i4way-dash/.svn/pristine/c7/c73d6fdd8831fa973e3034e85de...

11 lines
160 B
Plaintext

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