Re: [I] [Bug] 智能吸附指针pointerSize无效,是否提供个示例 [echarts]

2024-07-08 Thread via GitHub


chenmeiling1997 commented on issue #19540:
URL: https://github.com/apache/echarts/issues/19540#issuecomment-2213528798

   
   
   
   > @Ovilia我是 Apache 新手,我已阅读贡献文件,如果您能给我这个问题,我会尝试修复它。 谢谢 :)
   
   你好,我也遇到了这个问题,请问是否已经修复完成


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



Re: [I] [Bug] 智能吸附指针pointerSize无效,是否提供个示例 [echarts]

2024-01-28 Thread via GitHub


Ovilia commented on issue #19540:
URL: https://github.com/apache/echarts/issues/19540#issuecomment-1913867385

   > @Ovilia I'm new to Apache & I've read the contributing file, if you could 
give me this issue, I shall try to fix it. Thanks :)
   
   That would be great! Please follow the instructions in the 
[wiki](https://github.com/apache/echarts/wiki).


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



Re: [I] [Bug] 智能吸附指针pointerSize无效,是否提供个示例 [echarts]

2024-01-27 Thread via GitHub


Vijaykv5 commented on issue #19540:
URL: https://github.com/apache/echarts/issues/19540#issuecomment-1913283914

   @Ovilia I'm new to Apache & I've read the contributing file, if you could 
give me this issue, I shall try to fix 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-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



Re: [I] [Bug] 智能吸附指针pointerSize无效,是否提供个示例 [echarts]

2024-01-26 Thread via GitHub


helgasoft commented on issue #19540:
URL: https://github.com/apache/echarts/issues/19540#issuecomment-1913029784

   Observations:
   1. Adding ```symbolSize:10``` (or bigger) works better. Also decreased 
_pointerSize_ to 100.
   2. Line segments are somehow disabling touch sensitivity. So type _scatter_ 
is much more responsive than type _line_.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



Re: [I] [Bug] 智能吸附指针pointerSize无效,是否提供个示例 [echarts]

2024-01-25 Thread via GitHub


Ovilia commented on issue #19540:
URL: https://github.com/apache/echarts/issues/19540#issuecomment-1910104944

   It may be a bug. I will check it later.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



Re: [I] [Bug] 智能吸附指针pointerSize无效,是否提供个示例 [echarts]

2024-01-24 Thread via GitHub


web-ning commented on issue #19540:
URL: https://github.com/apache/echarts/issues/19540#issuecomment-1909431302

   感谢提醒,放入init中已有效。但是成功率较低:移至点附近时鼠标已变成小手,但是tooltip和cilick触发成功率较低。
   
https://codesandbox.io/p/sandbox/basic-line-chart-forked-vn5vqs?file=%2Findex.js%3A7%2C1
   
![image](https://github.com/apache/echarts/assets/43629659/e6f10202-1993-4efe-96e8-d78fb77ef4ea)
   


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



Re: [I] [Bug] 智能吸附指针pointerSize无效,是否提供个示例 [echarts]

2024-01-23 Thread via GitHub


Ovilia commented on issue #19540:
URL: https://github.com/apache/echarts/issues/19540#issuecomment-1907568515

   `useCoarsePointer` is not in `option` but should be added when 
`echarts.init`, e.g.:
   
   ```ts
   const chart = echarts.init(dom, null, {
   useCoarsePointer: true
   });
   chart.setOption(...);
   ```
   
   Please refer to the 
[API](https://echarts.apache.org/zh/api.html#echarts.init) for more information.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



Re: [I] [Bug] 智能吸附指针pointerSize无效,是否提供个示例 [echarts]

2024-01-23 Thread via GitHub


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

   @web-ning 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. 🤗
   TRANSLATED
   
   **TITLE**
   
   [Bug] The pointerSize of the smart snap pointer is invalid, whether to 
provide an example
   


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org