PHP Classes

File: vendors/chart.js/src/charts/Chart.Doughnut.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/chart.js/src/charts/Chart.Doughnut.js   Download  
File: vendors/chart.js/src/charts/Chart.Doughnut.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: 2 years ago
Size: 170 bytes
 

Contents

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