jadedrip opened a new issue #13491:
URL: https://github.com/apache/incubator-echarts/issues/13491


   ### Version
   4.9.0
   
   ### Steps to reproduce
   复制代码到网页 https://echarts.apache.org/examples/zh/editor.html?c=line-simple 就可复现
   
   ### What is expected?
   正常显示
   
   ### What is actually happening?
   图表混乱
   
   ---
   option = {
        "animation": false,
        "xAxis": {
                "type": "time",
                "axisLine": {
                        "show": false
                },
                "axisTick": {
                        "show": false
                },
                "splitLine": {
                        "show": false
                },
                "min": "2019-11-01",
                "max": "2019-11-30"
        },
        "yAxis": {
                "type": "value"
        },
        "legend": {
                "data": ["深睡", "浅睡"]
        },
        "series": [{
                "name": "深睡",
                "type": "bar",
                "stack": "总量",
                "label": {
                        "show": true,
                        "position": "insideRight"
                },
                "data": [
                        ["2019-11-21", 0.8]
                ]
        }, {
                "name": "浅睡",
                "type": "bar",
                "stack": "总量",
                "label": {
                        "show": true,
                        "position": "insideRight"
                },
                "data": ["2019-11-21", 0.2]
        }]
   }
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


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



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

Reply via email to