You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "echarts-bot[bot] (via GitHub)" <gi...@apache.org> on 2023/02/22 01:30:39 UTC

[GitHub] [echarts] echarts-bot[bot] commented on issue #18294: [Bug] Line类型的图表,数据与图形不对应

echarts-bot[bot] commented on issue #18294:
URL: https://github.com/apache/echarts/issues/18294#issuecomment-1439311090

   @thesunfei It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **TITLE**
   
   [Bug] For Line type charts, the data does not correspond to the graphics
   
   **BODY**
   
   ### Version
   
   5.4.1
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   For example, use the chart data: {"grid":{"left":50,"right":50,"containLabel":true},"tooltip":{"trigger":"axis","axisPointer":{" type":"cross","label":{"backgroundColor":"#6a7985"}}},"legend":{"data":["actual performance","target performance"]},"xAxis": {"type":"category","boundaryGap":false,"data":["January","February","March","April","May","June", "July","August","September","October","November","December"]},"yAxis":{"type":"value"},"series ":[{"name":"Actual Performance","type":"line","stack":"Total","data":[4399.26,3399.99,0,0,0,0,0,0, 0,0,0,0]},{"name":"Target Performance","type":"line","stack":"Total","data":[2661.11,3343.53,4513.33,4986.28,5797.84 ,5789.65,6056.23,6684.46,7384.53,6740.69,6444.62,6566.18]}]}
   
   ### Current Behavior
   
   Graphics do not correspond to data
   
   ### Expected Behavior
   
   Graphics should correspond to the data
   
   ### Environment
   
   ```markdown
   - OS:
   -Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_
   </details>


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org