| Path : /proc/thread-self/root/var/www/html/smartcirqls.com/vendors/Chart.js/src/charts/ |
| Current File : //proc/thread-self/root/var/www/html/smartcirqls.com/vendors/Chart.js/src/charts/Chart.Radar.js |
"use strict";
module.exports = function(Chart) {
Chart.Radar = function(context, config) {
config.options = Chart.helpers.configMerge({ aspectRatio: 1 }, config.options);
config.type = 'radar';
return new Chart(context, config);
};
};