mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-03-11 21:12:02 +01:00
Start again
This commit is contained in:
11
vendors/Chart.js/src/charts/Chart.Bar.js
vendored
Normal file
11
vendors/Chart.js/src/charts/Chart.Bar.js
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = function(Chart) {
|
||||
|
||||
Chart.Bar = function(context, config) {
|
||||
config.type = 'bar';
|
||||
|
||||
return new Chart(context, config);
|
||||
};
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user