update
1.修改socket弹窗等
This commit is contained in:
@@ -4,7 +4,7 @@ import { normalTypeList, SexType, sexTypeList } from '/@/utils/settings.ts';
|
||||
export const legend1 = new URL('/@/assets/img/legend1.png', import.meta.url).href;
|
||||
export const legend2 = new URL('/@/assets/img/legend5.png', import.meta.url).href;
|
||||
export const legend3 = new URL('/@/assets/img/legend3.png', import.meta.url).href;
|
||||
export function getClassCharts(dx, dy) {
|
||||
export function getClassCharts(dx, dy, m) {
|
||||
return {
|
||||
grid: {
|
||||
top: 40,
|
||||
@@ -50,6 +50,7 @@ export function getClassCharts(dx, dy) {
|
||||
},
|
||||
},
|
||||
interval: 25, // 步长
|
||||
max: m,
|
||||
min: 0, // 起始 - 设置y轴刻度的最小值
|
||||
axisLabel: {
|
||||
color: '#65C6E7',
|
||||
|
||||
Reference in New Issue
Block a user