UNPKG

gentelella

Version:

Gentelella Admin is a free to use Bootstrap admin template

11 lines (7 loc) 162 B
"use strict"; module.exports = function(Chart) { Chart.Line = function(context, config) { config.type = 'line'; return new Chart(context, config); }; };