11.26 修改K线图样式

This commit is contained in:
尚政杰
2025-11-26 17:19:38 +08:00
parent 48f49c6cf0
commit 4e64455b9b
4803 changed files with 146408 additions and 648 deletions

View File

@@ -55,8 +55,8 @@ const _sfc_main = {
grid: {
left: "10%",
right: "6%",
top: "0%",
bottom: "20%"
top: "5%",
bottom: "10%"
},
xAxis: {
type: "category",
@@ -83,6 +83,7 @@ const _sfc_main = {
position: "top",
fontSize: 12
},
symbol: "none",
silent: true,
data: [],
itemStyle: {
@@ -124,6 +125,7 @@ const _sfc_main = {
option.series.data = valueData;
option.xAxis.data = categoryData;
let time = that.eventDetails.event_start_time.split("T")[1];
time = time.substring(0, 5);
let firstOpen = item.minute_chart_data[0].open;
option.series.markLine.data = [
{

File diff suppressed because one or more lines are too long

View File

@@ -49,6 +49,14 @@
.eventDetailsC .eventContent .ai {
color: #C00000;
}
.eventDetailsC .riskTips {
margin: 20rpx 25rpx 0;
padding-bottom: 30rpx;
line-height: 1.4rem;
font-size: 20rpx;
color: #999;
border-bottom: solid 1rpx #E4E4E4;
}
.eventDetailsC .categoryList {
white-space: nowrap;
margin-top: 10rpx;