File "Chart.Line.js"
Full Path: /home/cananyalcin/public_html/vendors/Chart.js/src/charts/Chart.Line.js
File size: 162 bytes
MIME-type: text/plain
Charset: utf-8
"use strict";
module.exports = function(Chart) {
Chart.Line = function(context, config) {
config.type = 'line';
return new Chart(context, config);
};
};