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/01/06 07:09:36 UTC

[GitHub] [incubator-echarts] WgCg opened a new issue #11979: Line chart can't show the isloated symbol when series-line.showSymbol=false

WgCg opened a new issue #11979: Line chart can't show the isloated symbol when series-line.showSymbol=false
URL: https://github.com/apache/incubator-echarts/issues/11979
 
 
   ### What problem does this feature solve?
   **ECharts option [ECharts配置项]:**
   
   ```javascript
   option = {
       title: {
           text: '折线图堆叠'
       },
       tooltip: {
           trigger: 'axis'
       },
       legend: {
           data: ['邮件营销']
       },
       grid: {
           left: '3%',
           right: '4%',
           bottom: '3%',
           containLabel: true
       },
       toolbox: {
           feature: {
               saveAsImage: {}
           }
       },
       xAxis: {
           type: 'category',
           boundaryGap: false,
           data: ['周一', '周二', '周三', '周四', '周五', '周六', '周日']
       },
       yAxis: {
           type: 'value'
       },
       series: [
           {
               name: '邮件营销',
               type: 'line',
               stack: '总量',
               data: [120, undefined, 50, undefined, 134, 90, 230, 210],
               showSymbol: false,
           },
       ]
   };
   ```
   
   **Expected behaviour [期望结果]:**
   
   Please drawing the isolated symbol when series-line.showSymbol=false. In this case, hope drawing the Wednesday symbol as shown below:
   
   ![image](https://user-images.githubusercontent.com/20108513/71801554-3de70780-3096-11ea-8921-548fd76dea18.png)
   
   But at present, it is blank unless you hover it, user experience is so terrible.
   
   ![image](https://user-images.githubusercontent.com/20108513/71801649-7edf1c00-3096-11ea-8246-70f5095077aa.png)
   
   ### What does the proposed API look like?
   Hope drawing the isloate symbol by default or add config which likes series-line.showIsolatedSymbol: boolean
   
   <!-- 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


With regards,
Apache Git Services

---------------------------------------------------------------------
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 #11979: Line chart can't show the isloated symbol when series-line.showSymbol=false

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #11979: Line chart can't show the isloated symbol when series-line.showSymbol=false
URL: https://github.com/apache/incubator-echarts/issues/11979#issuecomment-571030369
 
 
   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


With regards,
Apache Git Services

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


[GitHub] [incubator-echarts] ReWWeR commented on issue #11979: Line chart can't show the isloated symbol when series-line.showSymbol=false

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


   Faced with the same problem. Any updates here?


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