Сервис получения графика через chartjs-image

This commit is contained in:
Данил 2024-08-02 15:41:16 +03:00
parent 6d241ffd11
commit 01aa886943
4 changed files with 134 additions and 0 deletions

44
chart/package-lock.json generated Normal file
View file

@ -0,0 +1,44 @@
{
"name": "chart",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "chart",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"chart.js-image": "^6.1.3"
}
},
"node_modules/chart.js-image": {
"version": "6.1.3",
"resolved": "https://registry.npmjs.org/chart.js-image/-/chart.js-image-6.1.3.tgz",
"integrity": "sha512-K+h0dc/Wf/Dk5CWKrV7xxS7ozONCiQ73XL+QStBxUpgABzSblJwQe/R6X1RWxY2Z/G8OhKsPFB0HC7bwiCmB2w==",
"license": "MIT",
"dependencies": {
"javascript-stringify": "2.0.1",
"node-fetch": "2.6.0"
},
"engines": {
"node": ">12"
}
},
"node_modules/javascript-stringify": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/javascript-stringify/-/javascript-stringify-2.0.1.tgz",
"integrity": "sha512-yV+gqbd5vaOYjqlbk16EG89xB5udgjqQF3C5FAORDg4f/IS1Yc5ERCv5e/57yBcfJYw05V5JyIXabhwb75Xxow==",
"license": "MIT"
},
"node_modules/node-fetch": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",
"integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==",
"license": "MIT",
"engines": {
"node": "4.x || >=6.0.0"
}
}
}
}