📁 File Manager Pro
Advanced File Management System
/
home
/
br4sil
/
public_html
/
maranhao
/
admin
/
vendors
/
Chart.js
/
src
/
charts
Server Path:
/home/br4sil/public_html/maranhao/admin/vendors/Chart.js/src/charts
📄 Create New File
Create File
📁 Create New Folder
Create Folder
⬆️ Upload File
Upload File
📄
Chart.Doughnut.js
Edit
Delete
Rename
📄
Chart.PolarArea.js
Edit
Delete
Rename
✏️ Editing: Chart.Doughnut.js
"use strict"; module.exports = function(Chart) { Chart.Doughnut = function(context, config) { config.type = 'doughnut'; return new Chart(context, config); }; };
💾 Save Changes