flotr lib

This commit is contained in:
Yuri Kuznetsov
2021-06-21 18:40:22 +03:00
parent bceecbf377
commit e239cb551d
5 changed files with 9 additions and 6498 deletions
@@ -1,6 +1,7 @@
{
"Flotr": {
"path": "client/lib/flotr2.js",
"path": "node_modules/flotr2/flotr2.js",
"exportsTo": "window",
"exportsAs": "Flotr"
},
-6498
View File
File diff suppressed because it is too large Load Diff
+3
View File
@@ -102,6 +102,9 @@
{
"src": "espo-funnel-chart/build/espo-funnel-chart.js"
},
{
"src": "flotr2/flotr2.js"
},
{
"name": "ace-builds",
"files": [
+4
View File
@@ -1364,6 +1364,10 @@
"resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.1.tgz",
"integrity": "sha512-lNaHNVymajmk0OJMBn8fVUAU1BtDeKIqKoVhk4xAALB57aALg6b4W0MfJ/cUE0g9YBXy5XhSlPIpYIJ7HaY/3Q=="
},
"flotr2": {
"version": "git://github.com/yurikuzn/flotr2.git#1282360178cfc56bc569f84494448378d8a760ae",
"from": "git://github.com/yurikuzn/flotr2.git#0.1.0"
},
"for-in": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
+1
View File
@@ -49,6 +49,7 @@
"es6-promise": "^3.0.2",
"espo-funnel-chart": "git://github.com/yurikuzn/espo-funnel-chart.git#0.1.0",
"exif-js": "^2.3.0",
"flotr2": "git://github.com/yurikuzn/flotr2.git#0.1.0",
"gridstack": "^1.2.1",
"handlebars": "^4.7.7",
"jquery": "^3.6.0",