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:18 UTC

[GitHub] [echarts] longchuxiong opened a new issue, #17633: [Bug] 仪表盘顺时针和轴线展示的不一致

longchuxiong opened a new issue, #17633:
URL: https://github.com/apache/echarts/issues/17633

   ### 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
   
   仪表盘开启clockwise:true, 同时开启axisLine的roundCap 和 分段颜色, 圆角不是顺时针展示的
   
   ### Expected Behavior
   
   顺时针展示圆角
   
   ### 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] echarts-bot[bot] commented on issue #17633: [Bug] 仪表盘顺时针和轴线展示的不一致

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

   This issue is labeled with `difficulty: easy`.
   @longchuxiong Would you like to debug it by yourself? This is a quicker way to get your problem fixed. Or you may wait for the community to fix.
   
   Please have a look at [How to debug ECharts](https://github.com/apache/echarts/blob/master/CONTRIBUTING.md#how-to-debug-echarts) if you'd like to give a try. 🤓


-- 
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] Ovilia closed issue #17633: [Bug] 仪表盘顺时针和轴线展示的不一致

Posted by GitBox <gi...@apache.org>.
Ovilia closed issue #17633: [Bug] 仪表盘顺时针和轴线展示的不一致
URL: https://github.com/apache/echarts/issues/17633


-- 
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] longchuxiong commented on issue #17633: [Bug] 仪表盘顺时针和轴线展示的不一致

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

   ![image](https://user-images.githubusercontent.com/46107383/190421102-541c3f5c-8352-4216-9c27-e09109094a35.png)
   
   我设置的是顺时针,但是这个分段看起来是逆时针展示的,这个圆角交界处


-- 
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] Ovilia commented on issue #17633: [Bug] 仪表盘顺时针和轴线展示的不一致

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

   看起来没有问题,是我没理解吗?


-- 
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 #17633: [Bug] 仪表盘顺时针和轴线展示的不一致

Posted by GitBox <gi...@apache.org>.
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