mirror of
https://github.com/fankes/komari-theme-purcarte.git
synced 2025-10-18 19:39:22 +08:00
feat: 优化延迟图表,添加连接断点控制
This commit is contained in:
@@ -147,6 +147,13 @@
|
||||
"default": true,
|
||||
"help": "启用后默认显示延迟图表"
|
||||
},
|
||||
{
|
||||
"key": "enableConnectBreaks",
|
||||
"name": "启用连接断点",
|
||||
"type": "switch",
|
||||
"default": false,
|
||||
"help": "启用后图表中的曲线将会跨过断点形成连续的线条,并使用半透明的垂直参考线来标记断点位置"
|
||||
},
|
||||
{
|
||||
"key": "pingChatrtMaxPoints",
|
||||
"name": "延迟图表最大渲染点数",
|
||||
|
Reference in New Issue
Block a user