i4way-dash/.svn/pristine/ec/ec97988bccf7e8d3639d3f96079...

11 lines
172 B
Plaintext

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