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 2019/12/25 07:33:11 UTC

[GitHub] [incubator-echarts] Dolphin123456789 opened a new issue #11903: Tooltip for Labels on Axis

Dolphin123456789 opened a new issue #11903: Tooltip for Labels on Axis
URL: https://github.com/apache/incubator-echarts/issues/11903
 
 
   ### What problem does this feature solve?
   Is there anyway to put tooltips on axis labels in the line charts. It automatically puts on the series, but I couldn't find for one that functions for labels.
   
   ### What does the proposed API look like?
   axisLabel.tooltip
   
   <!-- 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.
 
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] [echarts] github-actions[bot] commented on issue #11903: Tooltip for Labels on Axis

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


   This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!


-- 
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-unsubscribe@echarts.apache.org

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 #11903: Tooltip for Labels on Axis

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #11903: Tooltip for Labels on Axis
URL: https://github.com/apache/incubator-echarts/issues/11903#issuecomment-568857302
 
 
   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] [echarts] github-actions[bot] closed issue #11903: Tooltip for Labels on Axis

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #11903:
URL: https://github.com/apache/echarts/issues/11903


   


-- 
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-unsubscribe@echarts.apache.org

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] 100pah commented on issue #11903: Tooltip for Labels on Axis

Posted by GitBox <gi...@apache.org>.
100pah commented on issue #11903: Tooltip for Labels on Axis
URL: https://github.com/apache/incubator-echarts/issues/11903#issuecomment-568916866
 
 
   Current it can not. 
   
   We can only trigger tooltip manually:
   
   ```js
   xAxis: {
       triggerEvent:true
   }
   ```
   
   ```js
   chart.on('mouseover', function (params) {
       chart.dispatchAction({
           type: 'xxx',   // trigger tooltip.
       })
   });
   ```
   
   And this might be a new feature to show tooltip on axis.

----------------------------------------------------------------
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] [echarts] github-actions[bot] commented on issue #11903: Tooltip for Labels on Axis

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


   This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.


-- 
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-unsubscribe@echarts.apache.org

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