longchuxiong opened a new issue, #17710:
URL: https://github.com/apache/echarts/issues/17710

   ### Version
   
   5.3.3
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   
![image](https://user-images.githubusercontent.com/46107383/192715206-48c257c1-f8d8-4e5a-9575-efbcf8d09103.png)
   `option = {
       "color": [
           rgba(25, 101, 225, 0.64),
           "#3EB349",
           "#FF9214",
           "#FB4932",
           "#6366F1",
           "#F43F5E",
           "#0EA5E9",
           "#D946EF",
           "#14B8A6",
           "#A855F7"
       ],
       "xAxis": {
           "type": "category",
           "alignTicks": true,
           "show": true,
           "name": "x1",
       },
       "yAxis":  {
               "type": "value",
               "show": true,
               "nameLocation": "end",
               "name": "y1"
           },
       "dataset": {
           "source": [
               [
                   "趋势",
                   "数据一",
                   "数据二",
                   "数据三"
               ],
               [
                   "2014",
                   38,
                   14,
                   60
               ],
               [
                   "2015",
                   39,
                   22,
                   55
               ],
               [
                   "2016",
                   33,
                   17,
                   56
               ],
               [
                   "2017",
                   36,
                   18,
                   49
               ],
               [
                   "2018",
                   39,
                   25,
                   53
               ],
               [
                   "2019",
                   37,
                   23,
                   53
               ],
               [
                   "2020",
                   42,
                   22,
                   57
               ],
               [
                   "2021",
                   44,
                   21,
                   61
               ],
               [
                   "2022",
                   38,
                   29,
                   59
               ]
           ]
       },
       "series": [
           {
               "type": "line",
               "areaStyle": {},
           },
           {
                "type": "line",
               "areaStyle": {},
           },
           {
                "type": "line",
               "areaStyle": {},
           },
       ]
   };`
   
   ### Current Behavior
   
   折线图使用数据集然后开启面积图显示错误
   
   ### Expected Behavior
   
   <img width="396" alt="image" 
src="https://user-images.githubusercontent.com/46107383/192715785-058b8941-59a2-4388-a09c-401014cd2bc3.png";>
   
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
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-unsubscr...@echarts.apache.org.apache.org

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


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

Reply via email to