UNPKG

gentelella-rtl

Version:

Gentelella RTL Admin is a free to use Bootstrap admin template

13 lines (8 loc) 248 B
"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); }; };