i4way-dash/.svn/pristine/90/9038384a59f68e65bae39714d69...

10 lines
165 B
Plaintext

"use strict";
module.exports = function(Chart) {
Chart.Bubble = function(context, config) {
config.type = 'bubble';
return new Chart(context, config);
};
};