Current section
Files
Jump to
Current section
Files
priv/ember/bower_components/chartjs/src/charts/Chart.PolarArea.js
'use strict';
module.exports = function(Chart) {
Chart.PolarArea = function(context, config) {
config.type = 'polarArea';
return new Chart(context, config);
};
};