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/09/08 03:49:22 UTC

[GitHub] [echarts] echarts-bot[bot] commented on issue #17633: [Bug] 仪表盘顺时针和轴线展示的不一致

echarts-bot[bot] commented on issue #17633:
URL: https://github.com/apache/echarts/issues/17633#issuecomment-1240183738

   @longchuxiong 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] Inconsistency between the clockwise and axis display of the instrument panel
   
   **BODY**
   
   ### Version
   
   5.3.3
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   1.create gauge
   2.option --> 
   option = {
     tooltip: {
       formatter: '{a} <br/>{b} : {c}%'
     },
     series: [
       {
         name: 'Pressure',
         type: 'gauge',
         clockwise: true,
         detail: {
           valueAnimation: true,
           formatter: '{value}'
         },
         data: [
           {
             value: 50,
             name: 'SCORE'
           }
         ],
         axisLine:{"roundCap":true,"lineStyle":{"width":16,"color":[[0.3,"#C9781B"],[0.7,"#F163EA"],[1,"#6366F1"]]}}
       }
     ]
   };
   3.result ->![image](https://user-images.githubusercontent.com/46107383/189029573-da7e9969-fcd1-4f6e-a9af-6d73bc866ca3.png)
   
   ### Current Behavior
   
   The dashboard turns on clockwise:true, and turns on AxisLine's RoundCap and Segment Colors, with fillets not displayed clockwise
   
   ### Expected Behavior
   
   Rounded corners are displayed clockwise
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   ### Any additional comments?
   
   _No response_
   </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