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.PolarArea.js |
"use strict"; module.exports = function(Chart) { Chart.PolarArea = function(context, config) { config.type = 'polarArea'; return new Chart(context, config); }; };