chore: select multiple gpus by manual

This commit is contained in:
jialin
2024-12-29 18:31:42 +08:00
parent b4e30565d2
commit cb98812444
9 changed files with 131 additions and 69 deletions
+5 -1
View File
@@ -81,7 +81,11 @@ const LineChart: React.FC<ChartProps> = (props) => {
},
yAxis: {
...options.yAxis,
name: yAxisName
name: yAxisName,
nameTextStyle: {
fontSize: 12,
align: 'right'
}
},
xAxis: {
...options.xAxis,