@@ -942,26 +942,28 @@ function _klinePredictOption(merged, predStartIdx, realtimeMap) {
942942 itemStyle : { color : '#ef4444' , color0 : '#16a34a' , borderColor : '#ef4444' , borderColor0 : '#16a34a' } ,
943943 markArea : predBoundary ? {
944944 silent : true ,
945- itemStyle : { color : 'rgba(250, 204, 21, 0.06 )' , borderColor : 'rgba(250, 204, 21, 0.35 )' , borderWidth : 1 , borderType : 'dashed' } ,
945+ itemStyle : { color : 'rgba(250, 204, 21, 0.14 )' , borderColor : 'rgba(250, 204, 21, 0.75 )' , borderWidth : 1.5 , borderType : 'dashed' } ,
946946 label : {
947947 show : true ,
948- position : 'insideTop ' ,
949- distance : 6 ,
950- formatter : '▼ 预测区 ' ,
948+ position : 'top ' ,
949+ distance : 4 ,
950+ formatter : '预 测 ' ,
951951 color : '#0b0f19' ,
952- fontSize : 11 ,
953- fontWeight : 700 ,
954- backgroundColor : 'rgba(250, 204, 21, 0.92 )' ,
952+ fontSize : 13 ,
953+ fontWeight : 800 ,
954+ backgroundColor : 'rgba(250, 204, 21, 0.98 )' ,
955955 borderRadius : 4 ,
956- padding : [ 3 , 8 , 3 , 8 ] ,
956+ padding : [ 4 , 12 , 4 , 12 ] ,
957+ shadowColor : 'rgba(250, 204, 21, 0.5)' ,
958+ shadowBlur : 6 ,
957959 } ,
958960 data : [ [ { xAxis : predBoundary } , { xAxis : lastDate } ] ] ,
959961 } : undefined ,
960962 markLine : predBoundary ? {
961963 silent : true , symbol : 'none' ,
962964 data : [ {
963965 xAxis : predBoundary ,
964- lineStyle : { type : 'dashed' , color : 'rgba(250, 204, 21, 0.55 )' , width : 1.2 } ,
966+ lineStyle : { type : 'dashed' , color : 'rgba(250, 204, 21, 0.85 )' , width : 1.5 } ,
965967 label : { show : false } ,
966968 } ] ,
967969 } : undefined ,
@@ -2285,26 +2287,28 @@ function renderPredictChartFull(merged, predStartIdx) {
22852287 itemStyle : { color : '#ef4444' , color0 : '#16a34a' , borderColor : '#ef4444' , borderColor0 : '#16a34a' } ,
22862288 markArea : predBoundary ? {
22872289 silent : true ,
2288- itemStyle : { color : 'rgba(250, 204, 21, 0.08 )' , borderColor : 'rgba(250, 204, 21, 0.4 )' , borderWidth : 1 , borderType : 'dashed' } ,
2290+ itemStyle : { color : 'rgba(250, 204, 21, 0.16 )' , borderColor : 'rgba(250, 204, 21, 0.8 )' , borderWidth : 1.5 , borderType : 'dashed' } ,
22892291 label : {
22902292 show : true ,
2291- position : 'insideTop ' ,
2292- distance : 6 ,
2293- formatter : '▼ 预测区 ' ,
2293+ position : 'top ' ,
2294+ distance : 4 ,
2295+ formatter : '预 测 ' ,
22942296 color : '#0b0f19' ,
2295- fontSize : 12 ,
2296- fontWeight : 700 ,
2297- backgroundColor : 'rgba(250, 204, 21, 0.92 )' ,
2297+ fontSize : 14 ,
2298+ fontWeight : 800 ,
2299+ backgroundColor : 'rgba(250, 204, 21, 0.98 )' ,
22982300 borderRadius : 4 ,
2299- padding : [ 3 , 8 , 3 , 8 ] ,
2301+ padding : [ 4 , 14 , 4 , 14 ] ,
2302+ shadowColor : 'rgba(250, 204, 21, 0.5)' ,
2303+ shadowBlur : 6 ,
23002304 } ,
23012305 data : [ [ { xAxis : predBoundary } , { xAxis : lastDate } ] ] ,
23022306 } : undefined ,
23032307 markLine : predBoundary ? {
23042308 silent : true , symbol : 'none' ,
23052309 data : [ {
23062310 xAxis : predBoundary ,
2307- lineStyle : { type : 'dashed' , color : 'rgba(250, 204, 21, 0.6 )' , width : 1.2 } ,
2311+ lineStyle : { type : 'dashed' , color : 'rgba(250, 204, 21, 0.85 )' , width : 1.5 } ,
23082312 label : { show : false } ,
23092313 } ] ,
23102314 } : undefined ,
0 commit comments