dignfei opened a new issue #15611:
URL: https://github.com/apache/echarts/issues/15611


   ### Version
   5.1.2
   
   ### Reproduction link
   
[https://echarts.apache.org/zh/option.html#series-line.markPoint.data.symbolOffset](https://echarts.apache.org/zh/option.html#series-line.markPoint.data.symbolOffset)
   
   ### Steps to reproduce
   20210826的master版本,symbolOffset还是无效
   1.安装master版本:
   npm uninstall echarts
   npm install https://github.com/apache/echarts/tarball/master
   2. option 配置:
   option = {
     xAxis: {
       type: "category",
       data: ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]
     },
     yAxis: {},
     series: [{
       data: [820, 932, 901, 934, 1290, 1330, 1320],
       type: "line",
       markPoint: {
         data: [{
           type: "max",
           symbolOffset: [123, 232]  // 修改这里的值,图形不会变化,这里的设置无效 
         }]
       }
     }]
   }
   3.修改symbolOffset的 x或y的值,图形不会变化。本来应该有变化的
   
   ### What is expected?
   5.0版本时,配置项series-line.markPoint.data. symbolOffset 
有效,而之后的5.1和5.1.2版本和20210826的master版本 这个配置都失效了,
   
   ### What is actually happening?
   配置项symbolOffset失效了
   
   <!-- 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.

To unsubscribe, e-mail: commits-unsubscr...@echarts.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