Skip to content

Commit 46d7d0e

Browse files
authored
Show the legend of the traces in a plot.
2 parents 91174e5 + 4287392 commit 46d7d0e

17 files changed

+465
-180
lines changed

bun.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"url": "git+https://github.com/opencor/webapp.git"
2424
},
2525
"type": "module",
26-
"version": "0.20251211.3",
26+
"version": "0.20251212.0",
2727
"scripts": {
2828
"archive:web": "bun src/renderer/scripts/archive.web.js",
2929
"build": "electron-vite build",
@@ -62,8 +62,8 @@
6262
"@biomejs/biome": "^2.3.8",
6363
"@electron-toolkit/tsconfig": "^2.0.0",
6464
"@electron-toolkit/utils": "^4.0.0",
65-
"@tailwindcss/postcss": "^4.1.17",
66-
"@tailwindcss/vite": "^4.1.17",
65+
"@tailwindcss/postcss": "^4.1.18",
66+
"@tailwindcss/vite": "^4.1.18",
6767
"@types/node": "^24.10.3",
6868
"@types/plotly.js": "3.0.3",
6969
"@vitejs/plugin-vue": "^6.0.2",
@@ -79,7 +79,7 @@
7979
"node-addon-api": "^8.5.0",
8080
"stylelint": "^16.26.1",
8181
"stylelint-config-standard": "^39.0.1",
82-
"tailwindcss": "^4.1.17",
82+
"tailwindcss": "^4.1.18",
8383
"tailwindcss-primeui": "^0.6.1",
8484
"tar": "^7.5.2",
8585
"unplugin-vue-components": "^29.2.0",

0 commit comments

Comments
 (0)