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