You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/07/08 13:16:45 UTC

[GitHub] [incubator-echarts] xiaobaiha opened a new issue #12942: Echarts线图支持将两点之间的线段断开吗

xiaobaiha opened a new issue #12942:
URL: https://github.com/apache/incubator-echarts/issues/12942


   ### What problem does this feature solve?
   Echarts线图支持将两点之间的线段断开吗,使用category轴,默认点都是连接起来的,有什么办法或者配置可以将某两点的线抹除或者隐藏吗
   
   ### What does the proposed API look like?
   series data disconnectPreviousPoint
   
   <!-- This issue is generated by echarts-issue-helper. 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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [incubator-echarts] plainheart commented on issue #12942: Echarts线图支持将两点之间的线段断开吗

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #12942:
URL: https://github.com/apache/incubator-echarts/issues/12942#issuecomment-655524312


   可以考虑设置需要断开那项数据为 `null` 或 `-`,并且不要设置 `connectNulls` 为 `true`。


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [incubator-echarts] xiaobaiha commented on issue #12942: Echarts线图支持将两点之间的线段断开吗

Posted by GitBox <gi...@apache.org>.
xiaobaiha commented on issue #12942:
URL: https://github.com/apache/incubator-echarts/issues/12942#issuecomment-657430338


   > 看下这个例子 https://echarts.apache.org/examples/zh/editor.html?c=line-sections 使用visualMap 把需要断开的两点间的线颜色设置为"transparent“; 试一下吧 获取可以的,我用过类似的
   
   感谢,这就是我想要的效果


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [incubator-echarts] xiaobaiha closed issue #12942: Echarts线图支持将两点之间的线段断开吗

Posted by GitBox <gi...@apache.org>.
xiaobaiha closed issue #12942:
URL: https://github.com/apache/incubator-echarts/issues/12942


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [incubator-echarts] huanglp3368 commented on issue #12942: Echarts线图支持将两点之间的线段断开吗

Posted by GitBox <gi...@apache.org>.
huanglp3368 commented on issue #12942:
URL: https://github.com/apache/incubator-echarts/issues/12942#issuecomment-657334403


   看下这个例子 https://echarts.apache.org/examples/zh/editor.html?c=line-sections 使用visualMap 把需要断开的两点间的线颜色设置为"transparent“; 试一下吧 获取可以的,我用过类似的


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12942: Echarts线图支持将两点之间的线段断开吗

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12942:
URL: https://github.com/apache/incubator-echarts/issues/12942#issuecomment-655512801


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [incubator-echarts] xiaobaiha commented on issue #12942: Echarts线图支持将两点之间的线段断开吗

Posted by GitBox <gi...@apache.org>.
xiaobaiha commented on issue #12942:
URL: https://github.com/apache/incubator-echarts/issues/12942#issuecomment-655529447


   > 可以考虑设置需要断开那项数据为 `null` 或 `-`,并且不要设置 `connectNulls` 为 `true`。
   
   谢谢回复,目前需要的数据是每个点都有有效数据,只是把两个点之间的线条取消,,如果置为null的话是两条线都消失了,而且丢失了一个点的数据


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [incubator-echarts] yufeng04 commented on issue #12942: Echarts线图支持将两点之间的线段断开吗

Posted by GitBox <gi...@apache.org>.
yufeng04 commented on issue #12942:
URL: https://github.com/apache/incubator-echarts/issues/12942#issuecomment-656452292


   ```
   lineStyle:{
         opacity: 0
   }
   ```
   @xiaobaiha  这样可以吗?


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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