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/07/10 09:44:00 UTC

[GitHub] [echarts] ZXYT opened a new issue, #17344: [Bug] that cannot be rendered normally when makearea data is the scale field between two screen coordinates

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

   ### Version
   
   5.3.3
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   设置markArea的data为
   [
              {
                 name: '两个屏幕坐标之间的标域',
                 x: 100,
                 y: 100
               },
               {
                 x: '90%',
                 y: '10%'
               }
   ]
   
   ### Current Behavior
   
   无法渲染出markArea
   
   ### Expected Behavior
   
   正确渲染markArea
   
   ### Environment
   
   ```markdown
   - OS: windows 11
   - Browser: edge 103.0.1264.49 (正式版本) (64 位)
   - Framework: vanillajs
   ```
   
   
   ### 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] plainheart closed issue #17344: [Bug] that cannot be rendered normally when makearea data is the scale field between two screen coordinates

Posted by GitBox <gi...@apache.org>.
plainheart closed issue #17344: [Bug] that cannot be rendered normally when makearea data is the scale field between two screen coordinates
URL: https://github.com/apache/echarts/issues/17344


-- 
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] huochangying commented on issue #17344: [Bug] that cannot be rendered normally when makearea data is the scale field between two screen coordinates

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

   对这个需求比较急,修复能否尽快合并发布,辛苦


-- 
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] jiawulin001 commented on issue #17344: [Bug] that cannot be rendered normally when makearea data is the scale field between two screen coordinates

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

   This can be fixed by this PR: #17217 


-- 
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 #17344: [Bug] that cannot be rendered normally when makearea data is the scale field between two screen coordinates

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

   @ZXYT 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>
   
   **BODY**
   
   ### Version
   
   5.3.3
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   Set markArea's data as
   [
              {
                 name: 'The field between two screen coordinates',
                 x: 100,
                 y: 100
               },
               {
                 x: '90%',
                 y: '10%'
               }
   ]
   
   ### Current Behavior
   
   Unable to render markArea
   
   ### Expected Behavior
   
   Render markArea correctly
   
   ### Environment
   
   ```markdown
   - OS: windows 11
   - Browser: edge 103.0.1264.49 (official version) (64-bit)
   - Framework: vanillajs
   ```
   
   ### 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


[GitHub] [echarts] ZXYT commented on issue #17344: [Bug] that cannot be rendered normally when makearea data is the scale field between two screen coordinates

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

   好的谢谢大佬


-- 
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] ZXYT commented on issue #17344: [Bug] that cannot be rendered normally when makearea data is the scale field between two screen coordinates

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

   有一个临时解决方案,把 coord设置成空数组


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