Added camera rotation controls to graph panel.

This commit is contained in:
yangdx
2025-03-18 12:34:04 +08:00
parent 190822da78
commit 331b1194f0
5 changed files with 168 additions and 112 deletions

View File

@@ -111,7 +111,9 @@
"zoomControl": {
"zoomIn": "放大",
"zoomOut": "缩小",
"resetZoom": "重置缩放"
"resetZoom": "重置缩放",
"rotateCamera": "顺时针旋转图形",
"rotateCameraCounterClockwise": "逆时针旋转图形"
},
"layoutsControl": {
"startAnimation": "继续布局动画",