feat: Add legend components and toggle buttons

This commit is contained in:
choizhang
2025-04-03 22:42:13 +08:00
parent 312c5b16a5
commit 81355481c1
8 changed files with 119 additions and 12 deletions

View File

@@ -127,6 +127,7 @@
}
},
"graphPanel": {
"legend": "Legend",
"sideBar": {
"settings": {
"settings": "Settings",
@@ -171,6 +172,9 @@
"fullScreenControl": {
"fullScreen": "Full Screen",
"windowed": "Windowed"
},
"legendControl": {
"toggleLegend": "Toggle Legend"
}
},
"statusIndicator": {

View File

@@ -127,6 +127,7 @@
}
},
"graphPanel": {
"legend": "图例",
"sideBar": {
"settings": {
"settings": "设置",
@@ -171,6 +172,9 @@
"fullScreenControl": {
"fullScreen": "全屏",
"windowed": "窗口"
},
"legendControl": {
"toggleLegend": "切换图例显示"
}
},
"statusIndicator": {