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 2022/06/17 05:33:01 UTC

[GitHub] [echarts] hanwb-code opened a new issue, #17235: [Bug] 极坐标polar angleAxis.axisPointer 设置"status": "show"和value后默认没有显示指定轴提示

hanwb-code opened a new issue, #17235:
URL: https://github.com/apache/echarts/issues/17235

   ### Version
   
   5.3.3
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   option = {
     "tooltip": {
       "trigger": "axis"
     },
     "polar": {
     },
     "radiusAxis": {
     },
     "angleAxis": {
       "type": "category",
       "boundaryGap": false,
       "axisPointer": {
         "show": true,
         "status": "show",
         "type": "shadow",
         "value": "10"
       },
       "data": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23"]
     },
     "series": [
       {
         "name": "SUCCESS",
         "stack": "total",
         "type": "bar",
         "barCategoryGap": 0,
         "coordinateSystem": "polar",
         "emphasis": {
           "focus": "series"
         },
         "label":{
           "show":true
         },
         "itemStyle": {
           "color": "#91CC75"
         },
         "data": [20, 18, 22, 10, null, null, 10, null, null, null, 10, null,null,null,null,null,null,null,null,null,null,null,null,null,null]
       }
     ]
   }
   
   
   ### Current Behavior
   
   在使用polar极坐标时,我要设置坐标轴指示器(axisPointer),比如加载完成后默认显示10这个位置,但是设置
   angleAxis.axisPointer.status: "show"和value后默认没有显示指定轴提示
   
   ### Expected Behavior
   
   预期应该默认展示出10这个轴的提示
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
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.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] [echarts] jiawulin001 commented on issue #17235: [Bug] 极坐标polar angleAxis.axisPointer 设置"status": "show"和value后默认没有显示指定轴提示

Posted by GitBox <gi...@apache.org>.
jiawulin001 commented on issue #17235:
URL: https://github.com/apache/echarts/issues/17235#issuecomment-1158544911

   Seems that `axisPointer.value` works only with `axisPointer.handler`. Unfortunately, `axisPointer.handler` does not seem to work on angleAxis.


-- 
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] [echarts] echarts-bot[bot] commented on issue #17235: [Bug] 极坐标polar angleAxis.axisPointer 设置"status": "show"和value后默认没有显示指定轴提示

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

   @hanwb-code It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **TITLE**
   
   [Bug] Polar angleAxis.axisPointer does not display the specified axis hint by default after setting "status": "show" and value
   </details>


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