PHP Classes

File: vendors/gentelella/vendors/Chart.js/src/charts/Chart.Bubble.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/gentelella/vendors/Chart.js/src/charts/Chart.Bubble.js   Download  
File: vendors/gentelella/vendors/Chart.js/src/charts/Chart.Bubble.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 165 bytes
 

Contents

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