xuefeibai opened a new issue #16408:
URL: https://github.com/apache/echarts/issues/16408


   ### Version
   
   5.0.0
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   数据标签的数据点形状异常,4.9.0以前是正常的,5.0.0以来都不正常,options如下:
   var option = {
       "chartex": {
           "displayMode": "stack_area_line",
           "outputDataDynamicCurrentPage": "CurrentPage"
       },
       "xAxis": {
           "name": "区域",
           "type": "category",
           "filedName": "区域",
           "data": ["华北",
               "华东",
               "西南",
               "华南",
               "东北",
               "西北",
               "华中"
           ],
           "boundaryGap": false
       },
       "yAxis": {
           "name": "运费",
           "type": "value"
       },
       "legend": {
           "left": "center",
           "top": "bottom",
           "orient": "horizontal",
           "data": ["运费"]
       },
       "series": [{
           "name": "运费",
           "fieldFormat": {
               "type": "DOUBLE",
               "prefix": "",
               "suffix": "",
               "source": null,
               "decimal": 2,
               "forceDecimal": true,
               "scale": 1,
               "dateFormat": "",
               "timeFormat": "",
               "viewType": "TNUMBER"
           },
           "data": [{
               "rowIndex": 0,
               "value": [0,
                   19292.8
               ],
               "displayValue": "19,292.80",
               "rawRowIndex": 0
           }, {
               "rowIndex": 1,
               "value": [1,
                   8110.81
               ],
               "displayValue": "8,110.81",
               "rawRowIndex": 1
           }, {
               "rowIndex": 2,
               "value": [2,
                   3842.23
               ],
               "displayValue": "3,842.23",
               "rawRowIndex": 2
           }, {
               "rowIndex": 3,
               "value": [3,
                   3772.89
               ],
               "displayValue": "3,772.89",
               "rawRowIndex": 3
           }, {
               "rowIndex": 4,
               "value": [4,
                   3567.98
               ],
               "displayValue": "3,567.98",
               "rawRowIndex": 4
           }, {
               "rowIndex": 5,
               "value": [5,
                   1291.29
               ],
               "displayValue": "1,291.29",
               "rawRowIndex": 5
           }, {
               "rowIndex": 6,
               "value": [6,
                   78.26
               ],
               "displayValue": "78.26",
               "rawRowIndex": 6
           }],
           "type": "line",
           "smooth": false,
           "itemStyle": {
               "normal": {
                   "color": "#330000",
                   "label": {
                       "show": false,
                       "position": "right",
                       "textStyle": {
                           "fontFamily": "宋体",
                           "fontSize": "14",
                           "fontWeight": "normal",
                           "color": "#ff0000"
                       },
                       "color": "#ff0000",
                       "textBorderColor": "",
                       "textBorderWidth": 0
                   }
               }
           },
           "symbol": "pin",
           "symbolSize": 10,
           "symbolRotate": 90,
           "connectNulls": true,
           "stack": "default",
           "columnNub": 0,
           "maxLable": false,
           "areaStyle": {
               "normal": {}
           }
       }]
   }
   
   ### Current Behavior
   
   
![image](https://user-images.githubusercontent.com/44550099/150633446-9e78c627-c8c4-4c13-ad75-3e1f44799c20.png)
   
   
   ### Expected Behavior
   
   
![image](https://user-images.githubusercontent.com/44550099/150633472-1abda8f2-071f-4a98-af3a-ab06d0bc31e7.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: [email protected]

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