Jess-Qiu opened a new issue #10290: 部署到 IIS 服务器后 Echarts 渲染不出线条
URL: https://github.com/apache/incubator-echarts/issues/10290
 
 
   检查了线上页面的DOM 结构发现
   
   ```html 
   <div style="position: absolute; display: none; border-style: solid; 
white-space: nowrap; z-index: 9999999; transition: left 0.4s cubic-bezier(0.23, 
1, 0.32, 1) 0s, top 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s; background-color: 
rgba(50, 50, 50, 0.7); border-width: 0px; border-color: rgb(51, 51, 51); 
border-radius: 4px; color: rgb(255, 255, 255); font: 14px/21px &quot;Microsoft 
YaHei&quot;; padding: 5px; left: 763px; top: 97px; pointer-events: none;">
   00:00 04-14
       <span 
style="display:inline-block;margin-right:5px;border-radius:10px;width:10px;height:10px;background-color:#61a0a8;"></span>
   .anchor: 0
   </div>
   ```
   
   这是 vs 编译运行的页面 DOM 结构
   ```html
   <div style="position: absolute; display: none; border-style: solid; 
white-space: nowrap; z-index: 9999999; transition: left 0.4s cubic-bezier(0.23, 
1, 0.32, 1) 0s, top 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s; background-color: 
rgba(50, 50, 50, 0.7); border-width: 0px; border-color: rgb(51, 51, 51); 
border-radius: 4px; color: rgb(255, 255, 255); font: 14px/21px &quot;Microsoft 
YaHei&quot;; padding: 5px; left: 753px; top: 96px; pointer-events: none;">16:43
   04-14<br>
   <span 
style="display:inline-block;margin-right:5px;border-radius:10px;width:10px;height:10px;background-color:#c23531;"></span>点1数据:
 -720.546<br>
   <span 
style="display:inline-block;margin-right:5px;border-radius:10px;width:10px;height:10px;background-color:#2f4554;"></span>点2数据:
 -720.5377</div>
   ```
   
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to