zenta777 opened a new issue, #20947: URL: https://github.com/apache/echarts/issues/20947
### Version 5.1.2,5.2.2 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=line-simple ### Steps to Reproduce 1、打开 https://echarts.apache.org/examples/zh/editor.html?c=line-simple 2、使用SVG渲染模式 3、使用以下option { "xAxis": { "axisLabel": { "fontFamily": "Microsoft YaHei", "fontSize": 11, "color": "#7d858e", "fontWeight": "normal", "fontStyle": "normal", "textDecoration": "none", "clickable": true }, "type": "category", "fieldFormat": { "name": "<字符串-默认值>", "type": "STRING", "prefix": "", "suffix": "", "viewType": "NONE", "decimal": 0, "scale": 1, "date": "", "time": "" }, "data": [ "A", "B" ], "isXAxis": true, "nameGap": 24, "nameLocation": "middle", "splitLine": {}, "triggerEvent": true, "silent": false, "boundaryGap": true }, "yAxis": { "axisLabel": { "fontFamily": "Microsoft YaHei", "fontSize": 11, "color": "#7d858e", "fontWeight": "normal", "fontStyle": "normal", "textDecoration": "none", "clickable": false }, "type": "value", "fieldFormat": { "name": "<浮点型-默认值>", "type": "DOUBLE", "prefix": "", "suffix": "", "viewType": "TNUMBER", "decimal": 2, "scale": 1, "date": "", "time": "" }, "splitLine": {}, "nameLocation": "end", "nameGap": 5, "triggerEvent": false, "silent": true }, "advanced": { "renderer": "svg" }, "series": [ { "name": "num", "groupName": "GLOBAL_MARK", "data": [ { "value": [ 0, 1 ], "displayValue": [ "A", "1.00" ], "rowIndex": [ 0, 0 ], "colIndex": 1 }, { "value": [ 1, 1 ], "displayValue": [ "B", "1.00" ], "rowIndex": [ 1, 1 ], "colIndex": 1 } ], "yAxisIndex": 0, "fieldFormat": { "name": "<浮点型-默认值>", "type": "DOUBLE", "prefix": "", "suffix": "", "viewType": "TNUMBER", "decimal": 2, "scale": 1, "date": "", "time": "" }, "type": "line", "markLine": { "symbol": "none", "label": { "normal": { "color": "inherit", "textBorderColor": "", "textBorderWidth": 0 } } }, "label": { "textStyle": { "show": true, "color": "inherit", "textBorderColor": "#fff", "textBorderWidth": 0 } }, "detail": {}, "smooth": false, "step": false, "lineStackStyle": "noStack", "itemStyle": {}, "lineStyle": {} } ], "variableRefreshtime": 1745917762281, "isRefreshFromClientSide": true, "textStyle": { "fontFamily": "Microsoft YaHei", "fontSize": 11, "color": "#7d858e", "fontWeight": "normal", "fontStyle": "normal", "textDecoration": "none", "align": "left", "show": true }, "legend": { "textStyle": { "fontFamily": "Microsoft YaHei", "fontSize": 11, "color": "#7d858e", "fontWeight": "normal", "fontStyle": "normal", "textDecoration": "none", "align": "left", "show": true }, "pageTextStyle": { "fontFamily": "Microsoft YaHei", "fontSize": 11, "color": "#7d858e", "fontWeight": "normal", "fontStyle": "normal", "textDecoration": "none", "align": "left", "show": true }, "align": "left", "show": false }, "title": { "textStyle": { "fontFamily": "Microsoft YaHei", "fontSize": 11, "color": "#7d858e", "fontWeight": "normal", "fontStyle": "normal", "textDecoration": "none", "align": "left", "show": true }, "subtextStyle": { "fontFamily": "Microsoft YaHei", "fontSize": 11, "color": "#7d858e", "fontWeight": "normal", "fontStyle": "normal", "textDecoration": "none", "align": "left", "show": true } }, "tooltip": { "confine": true, "extraCssText": ";white-space: normal;" }, "color": { "colorStops": [ { "offset": 0, "color": "rgba(102,200,255,0.3)" }, { "offset": 1, "color": "rgba(102,200,255,1)" } ], "global": false, "type": "linear", "x": 0, "y": 1, "x2": 0, "y2": 0 }, "grid": { "left": 16, "right": 20, "bottom": 18, "top": 18, "containLabel": true } } ### Current Behavior <!-- Failed to upload "image.png" --> ### Expected Behavior 期望SVG渲染可以跟Canvas渲染一样,可以正常显示线条。 ### 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]
