Skip to content

Commit

Permalink
minor_change
Browse files Browse the repository at this point in the history
  • Loading branch information
zprobot committed Dec 22, 2023
1 parent c960ee0 commit 6d6108f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified public/data/proteinTable.json.gz
Binary file not shown.
8 changes: 4 additions & 4 deletions src/components/AeShow/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const tagsTotal = [
"heart",
"stomach",
//"skin",
//"blood plasma",
"blood plasma",
"brain",
"kidney",
"liver",
Expand Down Expand Up @@ -331,7 +331,7 @@ const init = () => {
color0: '#FA0000',
borderColor: '#030609',
borderColor0: '#030609',
}
}
}
)
options.tooltip = {
Expand Down Expand Up @@ -365,12 +365,12 @@ const init = () => {
color0: '#FA0000',
borderColor: '#030609',
borderColor0: '#030609',
},
}
})
}
} else {
if (routerName.value === 'tissues') {
sortTags.value = sortTags.value.length ===0 ? tagsTotal : sortTags.value
sortTags.value = sortTags.value.length ===0 ? initData(dataHistory.value[0]).tags : sortTags.value
} else {
sortTags.value = sortTags.value.length ===0 ? initData(dataHistory.value[0]).tags : sortTags.value
}
Expand Down

0 comments on commit 6d6108f

Please sign in to comment.