You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/07/25 03:09:29 UTC

[GitHub] rong4620 edited a comment on issue #8740: MarkPoint里面设置coord之后,就没有label内容显示了。设置type: min/max, 可以显示数据

rong4620 edited a comment on issue #8740: MarkPoint里面设置coord之后,就没有label内容显示了。设置type: min/max, 可以显示数据 
URL: https://github.com/apache/incubator-echarts/issues/8740#issuecomment-407619323
 
 
   最近試著從ECharts 版本 3.6.2 升到 4.0、4.1.0rc2 也有發生此問題
   建立一個bar圖  axis.type 設為 'category' 
    x軸資料設定為日期字串如 '2018/07/23' ,  '2018/07/24' , '2018/07/25'
   ```
    markPoint: { 
               data: [{"coord":["2018/07/23",84.61]},
                         {"coord":["2018/07/24",84.61]},
                         {"coord":"2018/07/25",38.98]}],
               label: {
                   position: 'top',
                   fontSize: 14,
                   color: '#000'
               },
           }
   ```
   結果無法顯示markPoint label內容
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org