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/04/03 02:36:31 UTC

[GitHub] shawtung opened a new issue #8083: [doc bug] series[i]-sunburst.data[i].target, '_self' instead of 'self'.

shawtung opened a new issue #8083: [doc bug] series[i]-sunburst.data[i].target, '_self' instead of 'self'.
URL: https://github.com/apache/incubator-echarts/issues/8083
 
 
   ### One-line summary [问题简述]
   I would like to open a link in the current window by `series[i]-sunburst.data[i].link = 'myUrl'` and `series[i]-sunburst.data[i].target = 'self'` as the [doc](https://echarts.baidu.com/option.html#series-sunburst.data.target) tells, but in vain. As the doc says this property is the same as the `target` attribute in html tag <a>, maybe it should be `_self`, which I tried and succeeded.
   
   官网文档(4.x)有误,`sunburst.data[i]target`[属性](https://echarts.baidu.com/option.html#series-sunburst.data.target)可选值(`self`)漏了下划线,应该是`_self`……treemap的[类似属性](https://echarts.baidu.com/option.html#series-treemap.silent.target)目测也是错的。#3925
   官网[游乐场](https://echarts.baidu.com/examples/editor.html?c=sunburst-book)可复现。
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: 4
   + Browser version [浏览器类型和版本]: chrome 65
   + OS Version [操作系统类型和版本]: win 10
   
   ### ECharts option [ECharts配置项]
   Nothing to do with option.
   

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