feat(electron): plotting

added simple plotting tools
This commit is contained in:
2025-08-10 14:50:40 -04:00
parent 8d9b2bd863
commit 7cfc70632b
7 changed files with 1077 additions and 11 deletions

View File

@@ -13,6 +13,7 @@
"adm-zip": "^0.5.14",
"fs-extra": "^11.0.0",
"js-yaml": "^4.1.0",
"plotly.js-dist": "^2.26.0",
"python-shell": "^5.0.0"
},
"devDependencies": {
@@ -3057,6 +3058,12 @@
"node": ">=10.4.0"
}
},
"node_modules/plotly.js-dist": {
"version": "2.35.3",
"resolved": "https://registry.npmjs.org/plotly.js-dist/-/plotly.js-dist-2.35.3.tgz",
"integrity": "sha512-dqB9+FUyBFZN04xWnZoYwaeeF4Jj9T/m0CHYmoozmPC3R4Dy0TRJsHgbRVLPxgYQqodzniVUj17+2wmJuGaZAg==",
"license": "MIT"
},
"node_modules/process-nextick-args": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",