联调市详情页面

This commit is contained in:
GGJ
2024-04-29 16:37:07 +08:00
parent 0c7b5ff4d6
commit 830d2017a5
20 changed files with 1295 additions and 141 deletions

View File

@@ -113,7 +113,7 @@ const handlerBar = (options: any) => {
options.series.forEach((item: any) => {
if (item.type === 'bar') {
item.barMinHeight = 10
item.barMaxWidth = 30
item.barMaxWidth = 20
item.itemStyle = Object.assign(
{
color: (params: any) => {
@@ -163,8 +163,8 @@ const handlerYAxis = () => {
if (Array.isArray(props.options?.yAxis)) {
return props.options?.yAxis.map((item: any) => {
return {
...item,
...temp
...temp,
...item
}
})
} else {