This commit is contained in:
Rue Ji
2026-03-01 23:40:06 +08:00
parent c16744b761
commit 44bf9d6a43
17 changed files with 4137 additions and 33 deletions

View File

@ -1,4 +1,4 @@
<!-- <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> -->
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
@ -14,7 +14,7 @@
padding: 0;
width: 100%;
height: 100%;
overflow: auto;
overflow: auto; /* Allow scrolling if window is smaller */
background-color: #030829;
}
.screen-container {
@ -394,10 +394,10 @@
type: 'bar',
barWidth: '40%',
itemStyle: {
color: 'rgba(255, 170, 0, 0.4)',
borderColor: '#ffaa00',
borderWidth: 1
},
color: '#FF9900',
borderColor: '#FF9900',
borderWidth: 1
},
markPoint: {
symbol: 'pin',
symbolSize: 50,
@ -407,7 +407,7 @@
fontSize: 12
},
itemStyle: {
color: '#ffaa00'
color: '#FF9900'
},
data: [
{ type: 'max', name: 'Max' },
@ -423,11 +423,11 @@
show: true,
position: 'end',
formatter: '{c}',
color: '#ffaa00'
color: '#FF9900'
},
lineStyle: {
type: 'dotted',
color: '#ffaa00'
color: '#FF9900'
}
}
}