File Manager

Path: /home/heznutpr/log.heznutprivate.com/dashboard/bower_components/chart.js/src/charts/

Viewing File: Chart.Radar.js

'use strict';

module.exports = function(Chart) {

	Chart.Radar = function(context, config) {
		config.type = 'radar';

		return new Chart(context, config);
	};

};