[GitHub] [echarts] tyn1998 commented on issue #17109: [Bug] Legend didn't display

2022-05-26 Thread GitBox
tyn1998 commented on issue #17109: URL: https://github.com/apache/echarts/issues/17109#issuecomment-1139336432 Hi @aaa646123, items of `legend.data` should correspond to multiple `series.name`s (see [docs](https://echarts.apache.org/en/option.html#legend.data)). The demo you mentione

[GitHub] [echarts] echarts-bot[bot] commented on issue #17108: [Bug] 最新版本echarts xAxis.axisTick.interval 函数的方式,如果只判断一个值为true,坐标轴刻度的显示间隔失败

2022-05-26 Thread GitBox
echarts-bot[bot] commented on issue #17108: URL: https://github.com/apache/echarts/issues/17108#issuecomment-1139330632 This issue is labeled with `difficulty: easy`. @yuelinghunyu Would you like to debug it by yourself? This is a quicker way to get your problem fixed. Or you may wait for

[GitHub] [echarts] Nancy2013 commented on issue #17117: [Bug] tooltip自定义点击事件,会触发点击穿透

2022-05-26 Thread GitBox
Nancy2013 commented on issue #17117: URL: https://github.com/apache/echarts/issues/17117#issuecomment-1139329594 需求是tooltip里的点击事件,可以修改拐点item的Y轴值,tooltip不隐藏,拐点的Y轴值修改后,tooltip不会同步更新位置 现在就是在点击事件里,手动触发了tooltip的隐藏,和折线拐点的取消高亮事件,解决这个问题 dispatchAction({ type: 'hideTip' }) d

[GitHub] [echarts] echarts-bot[bot] commented on issue #17124: 你好,点阵图y轴能不能配置等距不等分[Feature]

2022-05-26 Thread GitBox
echarts-bot[bot] commented on issue #17124: URL: https://github.com/apache/echarts/issues/17124#issuecomment-1139327744 @hi-mashuo 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 s

[GitHub] [echarts] hi-mashuo opened a new issue, #17124: 你好,点阵图y轴能不能配置等距不等分[Feature]

2022-05-26 Thread GitBox
hi-mashuo opened a new issue, #17124: URL: https://github.com/apache/echarts/issues/17124 ### What problem does this feature solve? 无 ### What does the proposed API look like? 无 -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [echarts] tyn1998 commented on issue #17117: [Bug] tooltip自定义点击事件,会触发点击穿透

2022-05-26 Thread GitBox
tyn1998 commented on issue #17117: URL: https://github.com/apache/echarts/issues/17117#issuecomment-1139323699 嗯,我感觉需要在tooltip里做点击的情况应该是要把enterable打开的。 电脑上因为鼠标有hover事件,所以鼠标经过tooltip就出现,移走就消失;但是移动端没有hover这个操作,只能靠点击来控制显示/隐藏,所以是不支持自动隐藏的。 -- This is an automated message from the Apache

[GitHub] [echarts] muxiliu commented on issue #12261: 在graph关系图中,文字无法缩放。鼠标移入节点的鼠标样式无法更改。

2022-05-26 Thread GitBox
muxiliu commented on issue #12261: URL: https://github.com/apache/echarts/issues/12261#issuecomment-1139321556 > 已通过graphRoam实现: > > ``` > // 鼠标滚轮监听放大缩小 > myECharts.on('graphRoam', function(e) { > const option = that.echartsGraph.getOption(); // 获得当前option.series的zoom

[GitHub] [echarts] KundanJha123 commented on issue #17089: [Bug] Getting "TypeError Cannot read properties of undefined"

2022-05-26 Thread GitBox
KundanJha123 commented on issue #17089: URL: https://github.com/apache/echarts/issues/17089#issuecomment-1139314602 Sure Thank you -- 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 com

[GitHub] [echarts] tyn1998 commented on issue #17089: [Bug] Getting "TypeError Cannot read properties of undefined"

2022-05-26 Thread GitBox
tyn1998 commented on issue #17089: URL: https://github.com/apache/echarts/issues/17089#issuecomment-1139314002 https://user-images.githubusercontent.com/32434520/170640857-8fab7fde-a7c4-4e48-bc73-ddb4c859facd.png";> Ok, I got this, too. I also ran the fresh-built echarts.min.js and got

[GitHub] [echarts] KundanJha123 commented on issue #17089: [Bug] Getting "TypeError Cannot read properties of undefined"

2022-05-26 Thread GitBox
KundanJha123 commented on issue #17089: URL: https://github.com/apache/echarts/issues/17089#issuecomment-1139306854 yes. We are testing the Js file I have provided with it. You can just run this html file and in developer tool of chrome you will get exception -- This is an automated messa

[GitHub] [echarts] tyn1998 commented on issue #17089: [Bug] Getting "TypeError Cannot read properties of undefined"

2022-05-26 Thread GitBox
tyn1998 commented on issue #17089: URL: https://github.com/apache/echarts/issues/17089#issuecomment-1139305863 Hello @KundanJha123 , it seems that `index.html` you provided is an empty file except for a pair of `` tag. https://user-images.githubusercontent.com/32434520/170638796-7f01c

[GitHub] [echarts] Nancy2013 commented on issue #17117: [Bug] tooltip自定义点击事件,会触发点击穿透

2022-05-26 Thread GitBox
Nancy2013 commented on issue #17117: URL: https://github.com/apache/echarts/issues/17117#issuecomment-1139303521 > > 在tooltip中添加了自定义事件onclick > > 可不可以补充一个demo例子,我可以帮忙试试看~ demo: https://codepen.io/nancy2013/pen/mdXpWmO?editors=0111 定位发现,在移动端才会出现这个问题,目前是添加了tooltip的{ ente

[GitHub] [echarts] tyn1998 commented on issue #17118: [Bug] Emphasis stuck when zooming with large amount of data

2022-05-26 Thread GitBox
tyn1998 commented on issue #17118: URL: https://github.com/apache/echarts/issues/17118#issuecomment-1139300380 +1,I can reproduce it, too. -- 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 spec

[GitHub] [echarts] tyn1998 commented on issue #17117: [Bug] tooltip自定义点击事件,会触发点击穿透

2022-05-26 Thread GitBox
tyn1998 commented on issue #17117: URL: https://github.com/apache/echarts/issues/17117#issuecomment-1139297658 > 在tooltip中添加了自定义事件onclick 可不可以补充一个demo例子,我可以帮忙试试看~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [echarts] tyn1998 commented on issue #17117: [Bug] tooltip自定义点击事件,会触发点击穿透

2022-05-26 Thread GitBox
tyn1998 commented on issue #17117: URL: https://github.com/apache/echarts/issues/17117#issuecomment-1139296422 Hi, @Nancy2013 . 前几天我也遇到过这样的需求,echarts实例的on方法还可以有第二个参数叫query,可以做一些过滤,你可以试试看~ ```javascript chart.on('click', 'series', function () {...}); chart.on('click', '

[GitHub] [echarts] tyn1998 commented on issue #17122: [Bug] DataZoom's miniature misrepresents data in a managed plot (the plot drawn over the slider doesn't match the main plot's data)

2022-05-26 Thread GitBox
tyn1998 commented on issue #17122: URL: https://github.com/apache/echarts/issues/17122#issuecomment-1139280996 hi, @MrCatEsq. I think this is what you might want: https://user-images.githubusercontent.com/32434520/170631942-4996c0a4-cec7-4892-8315-46b1a96e9651.png";> For me, I d

[GitHub] [echarts] albcunha commented on issue #12890: Add option to automatically assign label position for sankey node labels

2022-05-26 Thread GitBox
albcunha commented on issue #12890: URL: https://github.com/apache/echarts/issues/12890#issuecomment-1139254230 In case someone like me, with the same problem, reaches this suggestion, there is a manual workaround. You can set label position dynamically on the node. So, on the nodes o

[GitHub] [echarts] eapatel opened a new issue, #17123: WebGL: CONTEXT_LOST_WEBGL: loseContext: context lost error message in chrome browser

2022-05-26 Thread GitBox
eapatel opened a new issue, #17123: URL: https://github.com/apache/echarts/issues/17123 ### Version 5.2.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce Implemented scatter3D and lines3D along with globe option. ### Current Beha

[GitHub] [echarts] tyn1998 commented on issue #17122: [Bug] DataZoom's miniature misrepresents data in a managed plot (the plot drawn over the slider doesn't match the main plot's data)

2022-05-26 Thread GitBox
tyn1998 commented on issue #17122: URL: https://github.com/apache/echarts/issues/17122#issuecomment-1139241501 Hello, @MrCatEsq ~ If you mean this "indent"? https://user-images.githubusercontent.com/32434520/170622588-cbc01787-ad9a-4942-b152-17c7e0667484.png";> --

[GitHub] [echarts] crealityeducation commented on issue #15585: Add feature show/hide Series

2022-05-26 Thread GitBox
crealityeducation commented on issue #15585: URL: https://github.com/apache/echarts/issues/15585#issuecomment-1139235778 This feature helps when there are multiple series (ex. 50 + line series) in one chart, then to view the one of interest by programatically setting visible false for all o

[GitHub] [echarts] susiwen8 commented on issue #17119: 文档编写建议

2022-05-26 Thread GitBox
susiwen8 commented on issue #17119: URL: https://github.com/apache/echarts/issues/17119#issuecomment-1139210630 @yaojin2070 感谢指出问题,这确实是我们的疏忽。文档错误肯定会给用户造成疑惑,非常抱歉让你浪费这么多时间。也谢谢你提出这个 issue,让我们知道流程有这样的问题。 -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [echarts] kayoch1n commented on issue #17113: [Bug] Scatter dots sometimes disappear after resizing window

2022-05-26 Thread GitBox
kayoch1n commented on issue #17113: URL: https://github.com/apache/echarts/issues/17113#issuecomment-1139208057 > It may be related to #16661. Try to set [`clip`](https://echarts.apache.org/option.html#series-scatter.clip) to `false` as a workaround. `clip: false` 这个不太适合。因为我设置了双轴的最小值

[GitHub] [echarts] yaojin2070 commented on issue #17119: 文档编写建议

2022-05-26 Thread GitBox
yaojin2070 commented on issue #17119: URL: https://github.com/apache/echarts/issues/17119#issuecomment-1139205944 > watch了Echarts仓库好几天了,感觉有不少用户提issue时的语气都像“Echartc欠我钱”一样😐 你大可以用缓和的语气读读别人说的话, 你自己install一个插件, 也不会仔细看他的版本吧, 你都认为是最新的版本了, 而且文档也写了, 一般来说都是最新版本支持的内容和配置, 结果不是, 你知道别人会一直认为是自己配置错了苦

[GitHub] [echarts] MrCatEsq opened a new issue, #17122: [Bug] DataZoom's miniature misrepresents data in a managed plot (the plot drawn over the slider doesn't match the main plot's data)

2022-05-26 Thread GitBox
MrCatEsq opened a new issue, #17122: URL: https://github.com/apache/echarts/issues/17122 ### Version 5.3.x ### Link to Minimal Reproduction https://codepen.io/sdfsdfsdasd/pen/ExQoyzG ### Steps to Reproduce 1. Create a simple [line plot/chart](https://echart

[GitHub] [echarts] c3-anerishah opened a new issue, #17121: [Feature] Enable Sankey series link to have different values or "weights" at source and target node

2022-05-26 Thread GitBox
c3-anerishah opened a new issue, #17121: URL: https://github.com/apache/echarts/issues/17121 ### What problem does this feature solve? Since Sankey charts show the movement of some unit (call it a deal for the sake of an example) over time, if the amount of money associated with a pa

[GitHub] [echarts] dynamikus commented on issue #12341: markArea xAxis does not work as expected for category axis and bar series

2022-05-26 Thread GitBox
dynamikus commented on issue #12341: URL: https://github.com/apache/echarts/issues/12341#issuecomment-1138702296 any workarounds? I am having the same problem? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [echarts] plainheart commented on issue #17110: [Bug] Repeated scales on the y-axis do not automatically deduplicate

2022-05-26 Thread GitBox
plainheart commented on issue #17110: URL: https://github.com/apache/echarts/issues/17110#issuecomment-1138625456 Please clean and simplify your demo code so that we can check out your issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [echarts] plainheart commented on issue #17111: [Feature] bmap百度地图插件在series实现反向镂空效果(利用行政区划点的集合与外围自定义东南西北形成一个环形遮罩层)

2022-05-26 Thread GitBox
plainheart commented on issue #17111: URL: https://github.com/apache/echarts/issues/17111#issuecomment-1138623196 Try to set `fill` to be `transparent` or `rgba(0, 0, 0, 0)`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [echarts] plainheart commented on issue #17113: [Bug] Scatter dots sometimes disappear after resizing window

2022-05-26 Thread GitBox
plainheart commented on issue #17113: URL: https://github.com/apache/echarts/issues/17113#issuecomment-1138621620 It may be related to #16661. Try to set [`clip`](https://echarts.apache.org/option.html#series-scatter.clip) to `false` as a workaround. -- This is an automated message from

[GitHub] [echarts] echarts-bot[bot] commented on issue #17117: [Bug] tooltip自定义点击事件,会触发点击穿透

2022-05-26 Thread GitBox
echarts-bot[bot] commented on issue #17117: URL: https://github.com/apache/echarts/issues/17117#issuecomment-1138617333 @Nancy2013 Please provide a demo for the issue either with [Official Editor](https://echarts.apache.org/examples/editor.html), [CodePen](https://codepen.io/Ovilia/pen/dyYW

[GitHub] [echarts] echarts-bot[bot] closed issue #17120: [Bug]

2022-05-26 Thread GitBox
echarts-bot[bot] closed issue #17120: [Bug] URL: https://github.com/apache/echarts/issues/17120 -- 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

[GitHub] [echarts] echarts-bot[bot] commented on issue #17120: [Bug]

2022-05-26 Thread GitBox
echarts-bot[bot] commented on issue #17120: URL: https://github.com/apache/echarts/issues/17120#issuecomment-1138608379 I'm sorry to close this issue for it lacks the necessary title. Please provide **a _descriptive_ and as _concise_ as possible title to describe your problems or requests**

[GitHub] [echarts] SpiderLi opened a new issue, #17120: [Bug]

2022-05-26 Thread GitBox
SpiderLi opened a new issue, #17120: URL: https://github.com/apache/echarts/issues/17120 ### Version 4.9.0 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce let option = { xAxis: { type: 'value', name:

[GitHub] [echarts] tyn1998 commented on issue #17119: 文档编写建议

2022-05-26 Thread GitBox
tyn1998 commented on issue #17119: URL: https://github.com/apache/echarts/issues/17119#issuecomment-1138505988 watch了Echarts仓库好几天了,感觉有不少用户提issue时的语气都像“Echartc欠我钱”一样:neutral_face: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [echarts] susiwen8 commented on issue #17119: 文档编写建议

2022-05-26 Thread GitBox
susiwen8 commented on issue #17119: URL: https://github.com/apache/echarts/issues/17119#issuecomment-1138476786 不好意思,文档让你产生误解了,我们会完善后面的文档发布流程。 -- 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

[GitHub] [echarts] susiwen8 closed issue #17119: 文档编写建议

2022-05-26 Thread GitBox
susiwen8 closed issue #17119: 文档编写建议 URL: https://github.com/apache/echarts/issues/17119 -- 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-unsubsc

[GitHub] [echarts] Ovilia commented on issue #9220: Echart have no presentation options for null values in trends or line charts

2022-05-26 Thread GitBox
Ovilia commented on issue #9220: URL: https://github.com/apache/echarts/issues/9220#issuecomment-1138471628 This issue will be possibly solved by [one of our OSPP project](https://summer-ospp.ac.cn/#/org/prodetail/22ffc0285). -- This is an automated message from the Apache Git Service. To

[echarts-bot] branch master updated: feat: disable adding "waiting for community" label

2022-05-26 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-bot.git The following commit(s) were added to refs/heads/master by this push: new 3973634 feat: disable adding "waiting for

[GitHub] [echarts] yaojin2070 commented on issue #17119: 文档编写建议

2022-05-26 Thread GitBox
yaojin2070 commented on issue #17119: URL: https://github.com/apache/echarts/issues/17119#issuecomment-1138429508 这是来自QQ邮箱的假期自动回复邮件。   你好,我最近正在休假中,无法亲自回复你的邮件。我将在假期结束后,尽快给你回复。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [echarts] yaojin2070 opened a new issue, #17119: 文档编写建议

2022-05-26 Thread GitBox
yaojin2070 opened a new issue, #17119: URL: https://github.com/apache/echarts/issues/17119 ### Version 5.3.2 ### Link to Minimal Reproduction https://echarts.apache.org/zh/option.html#visualMap-piecewise.selectedMode ### Steps to Reproduce 看官方文档 ### C

[GitHub] [echarts] echarts-bot[bot] commented on issue #17119: 文档编写建议

2022-05-26 Thread GitBox
echarts-bot[bot] commented on issue #17119: URL: https://github.com/apache/echarts/issues/17119#issuecomment-1138429205 @yaojin2070 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

[GitHub] [echarts] tmtron commented on issue #9220: Echart have no presentation options for null values in trends or line charts

2022-05-26 Thread GitBox
tmtron commented on issue #9220: URL: https://github.com/apache/echarts/issues/9220#issuecomment-1138399640 never mind :) -- 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

[GitHub] [echarts] domino2 commented on issue #9220: Echart have no presentation options for null values in trends or line charts

2022-05-26 Thread GitBox
domino2 commented on issue #9220: URL: https://github.com/apache/echarts/issues/9220#issuecomment-1138398731 Thank for the enlightenment 👍 I was a bit lazy :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [echarts] PrzemoRevolve opened a new issue, #17118: [Bug] Emphasis stuck when zooming with large amount of data

2022-05-26 Thread GitBox
PrzemoRevolve opened a new issue, #17118: URL: https://github.com/apache/echarts/issues/17118 ### Version 5.3.2 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=doc-example%2Fscatter-dataZoom-all&edit=1&reset=1 ### Steps to Rep

[GitHub] [echarts] tmtron commented on issue #9220: Echart have no presentation options for null values in trends or line charts

2022-05-26 Thread GitBox
tmtron commented on issue #9220: URL: https://github.com/apache/echarts/issues/9220#issuecomment-1138385899 @domino2 And I am wondering if you even read the issue text. It explains very well that `connectNulls` is not enough. -- This is an automated message from the Apache Git Service. To

[GitHub] [echarts] domino2 commented on issue #9220: Echart have no presentation options for null values in trends or line charts

2022-05-26 Thread GitBox
domino2 commented on issue #9220: URL: https://github.com/apache/echarts/issues/9220#issuecomment-1138380769 I'm wondering why is this issue still open? https://echarts.apache.org/en/option.html#series-line.connectNulls -- This is an automated message from the Apache Git Service. To res

[GitHub] [echarts] echarts-bot[bot] commented on issue #17117: [Bug] tooltip自定义点击事件,会触发点击穿透

2022-05-26 Thread GitBox
echarts-bot[bot] commented on issue #17117: URL: https://github.com/apache/echarts/issues/17117#issuecomment-1138376265 @Nancy2013 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 s

[GitHub] [echarts] Nancy2013 opened a new issue, #17117: [Bug] tooltip自定义点击事件,会触发点击穿透

2022-05-26 Thread GitBox
Nancy2013 opened a new issue, #17117: URL: https://github.com/apache/echarts/issues/17117 ### Version 5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1、生成折线图 2、设置tooltip显示 3、自定义tooltip里面的dom样式 4、在tooltip中添加了自定义事件onclick

[GitHub] [echarts] Cricle opened a new issue, #17116: [Bug] Memory leak in setOption

2022-05-26 Thread GitBox
Cricle opened a new issue, #17116: URL: https://github.com/apache/echarts/issues/17116 ### Version 5.2.2/5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1. Set a lot of data in yAxis and xAxis(>=5000) 2. Update interval 1s

[GitHub] [echarts] villebro commented on pull request #17086: feat: add new stacking strategies

2022-05-26 Thread GitBox
villebro commented on PR #17086: URL: https://github.com/apache/echarts/pull/17086#issuecomment-1138329313 @pissang let me know if you feel this should be implemented some other way so I can change the PR accordingly -- This is an automated message from the Apache Git Service. To respond

[GitHub] [echarts] zhangchi666 closed issue #17115: [Bug] Echart map does not display properly

2022-05-26 Thread GitBox
zhangchi666 closed issue #17115: [Bug] Echart map does not display properly URL: https://github.com/apache/echarts/issues/17115 -- 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.

[GitHub] [echarts] echarts-bot[bot] commented on issue #17115: [Bug] Echart map does not display properly

2022-05-26 Thread GitBox
echarts-bot[bot] commented on issue #17115: URL: https://github.com/apache/echarts/issues/17115#issuecomment-1138315740 @zhangchi666 Please provide a demo for the issue either with [Official Editor](https://echarts.apache.org/examples/editor.html), [CodePen](https://codepen.io/Ovilia/pen/dy

[GitHub] [echarts] zhangchi666 opened a new issue, #17115: [Bug] Echart map does not display properly

2022-05-26 Thread GitBox
zhangchi666 opened a new issue, #17115: URL: https://github.com/apache/echarts/issues/17115 ### Version 5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce Create a Geo map of a Chinese province ### Current Behavior Type

[GitHub] [echarts] Ovilia commented on pull request #16947: feat(axis): provide splitLine.showMinLine and splitLine.showMaxLine. …

2022-05-26 Thread GitBox
Ovilia commented on PR #16947: URL: https://github.com/apache/echarts/pull/16947#issuecomment-1138310813 I have some concern on this PR. I think it may be a better idea to hide min/max line only if the first/last tick is not calculated by *nice tick* (which usually happens when the us

[echarts] branch feat-coarse-pointer updated (4b2bd9c16 -> c11463a85)

2022-05-26 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch feat-coarse-pointer in repository https://gitbox.apache.org/repos/asf/echarts.git from 4b2bd9c16 feat: rename test file add c11463a85 feat: rename variables No new revisions were added

[GitHub] [echarts] li942475402 commented on issue #16124: dynamic bar with sorting process negative value as postive

2022-05-26 Thread GitBox
li942475402 commented on issue #16124: URL: https://github.com/apache/echarts/issues/16124#issuecomment-1138266015 you can change source code by `patch-package` to support negative values detail like this, but i'm not sure if it will bring new problems step 1, change this part, u

[GitHub] [echarts] li942475402 commented on issue #17114: [Feature] I need a tooltip containing the data text on hovering over Y-axis data in Binary echart.

2022-05-26 Thread GitBox
li942475402 commented on issue #17114: URL: https://github.com/apache/echarts/issues/17114#issuecomment-1138254159 you can get it by yourself,just add a upper level to show the content you want like this example:https://echarts.apache.org/handbook/zh/how-to/interaction/drag -- Thi

[GitHub] [echarts] kayoch1n closed issue #16844: [Question] 如何防止折线的label超过坐标轴

2022-05-26 Thread GitBox
kayoch1n closed issue #16844: [Question] 如何防止折线的label超过坐标轴 URL: https://github.com/apache/echarts/issues/16844 -- 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

[GitHub] [echarts] stuti24sinha opened a new issue, #17114: [Feature] I need a tooltip containing the data text on hovering over Y-axis data in Binary echart.

2022-05-26 Thread GitBox
stuti24sinha opened a new issue, #17114: URL: https://github.com/apache/echarts/issues/17114 ### What problem does this feature solve? In case if the text of y-axis data is too large to be fully read at one glance , hovering over the data can give a tooltip containing the full name o

[GitHub] [echarts] echarts-bot[bot] commented on issue #17113: [Bug] Scatter dots sometimes disappear after resizing window

2022-05-26 Thread GitBox
echarts-bot[bot] commented on issue #17113: URL: https://github.com/apache/echarts/issues/17113#issuecomment-1138230003 @kayoch1n 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 su

[GitHub] [echarts] kayoch1n opened a new issue, #17113: [Bug] Scatter dots sometimes disappear after resizing window

2022-05-26 Thread GitBox
kayoch1n opened a new issue, #17113: URL: https://github.com/apache/echarts/issues/17113 ### Version 5.2.1 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1. 坐标轴的最大值是100,有的数据点的值正好是100 2. 偶尔调整窗口大小之后,或者在特定窗口大小的情况下会消失 ```js op