File "Chart.Doughnut.js"

Full Path: /home/cananyalcin/public_html/vendors/Chart.js/src/charts/Chart.Doughnut.js
File size: 170 bytes
MIME-type: text/plain
Charset: utf-8

"use strict";

module.exports = function(Chart) {

	Chart.Doughnut = function(context, config) {
		config.type = 'doughnut';

		return new Chart(context, config);
	};

};