[GitHub] [echarts] jiawulin001 commented on a diff in pull request #16895: fix: all data mapped to one col when zooming in

2022-05-09 Thread GitBox
jiawulin001 commented on code in PR #16895: URL: https://github.com/apache/echarts/pull/16895#discussion_r868871563 ## src/coord/Axis.ts: ## @@ -129,7 +129,12 @@ class Axis { fixExtentWithBands(extent, (scale as OrdinalScale).count()); } -return l

[GitHub] [echarts] jiawulin001 commented on a diff in pull request #16895: fix: all data mapped to one col when zooming in

2022-05-09 Thread GitBox
jiawulin001 commented on code in PR #16895: URL: https://github.com/apache/echarts/pull/16895#discussion_r868871563 ## src/coord/Axis.ts: ## @@ -129,7 +129,12 @@ class Axis { fixExtentWithBands(extent, (scale as OrdinalScale).count()); } -return l

[GitHub] [echarts] jiawulin001 commented on issue #16977: [Bug] Chart is getting rendered beyond the chart area

2022-05-09 Thread GitBox
jiawulin001 commented on issue #16977: URL: https://github.com/apache/echarts/issues/16977#issuecomment-1121977937 > @jiawulin001, we have one functionality just to see the values which will fall under this value. I am not sure what that means, but that sounds solvable by data prepro

[GitHub] [echarts] susiwen8 commented on issue #17004: smooth property is not working for radar series

2022-05-09 Thread GitBox
susiwen8 commented on issue #17004: URL: https://github.com/apache/echarts/issues/17004#issuecomment-1121967505 As I recall, there is none -- 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] echarts-bot[bot] commented on issue #17005: [Bug] [柱状图] 堆叠情况下,设置barMinHeight,极限数据情况下柱子重叠而非堆叠

2022-05-09 Thread GitBox
echarts-bot[bot] commented on issue #17005: URL: https://github.com/apache/echarts/issues/17005#issuecomment-1121964180 @RootJian 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] RootJian opened a new issue, #17005: [Bug] [柱状图] 堆叠情况下,设置barMinHeight,极限数据情况下柱子重叠而非堆叠

2022-05-09 Thread GitBox
RootJian opened a new issue, #17005: URL: https://github.com/apache/echarts/issues/17005 ### Version 5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce ``` javascript option = { tooltip: { trigger: 'axis', axisP

[GitHub] [echarts] RahulVishK commented on issue #17004: smooth property is not working for radar series

2022-05-09 Thread GitBox
RahulVishK commented on issue #17004: URL: https://github.com/apache/echarts/issues/17004#issuecomment-1121963752 > susiwen8 do we have any property which which makes series line curvier in radar charts -- This is an automated message from the Apache Git Service. To respond to th

[GitHub] [echarts] susiwen8 closed issue #17004: smooth property is not working for radar series

2022-05-09 Thread GitBox
susiwen8 closed issue #17004:smooth property is not working for radar series URL: https://github.com/apache/echarts/issues/17004 -- 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] susiwen8 commented on issue #17004: smooth property is not working for radar series

2022-05-09 Thread GitBox
susiwen8 commented on issue #17004: URL: https://github.com/apache/echarts/issues/17004#issuecomment-1121960029 Cause `radar` doesn't have `smooth` option. -- 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

[GitHub] [echarts] RahulVishK opened a new issue, #17004: smooth property is not working for radar series

2022-05-09 Thread GitBox
RahulVishK opened a new issue, #17004: URL: https://github.com/apache/echarts/issues/17004 ### Version 5.2.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce smooth: true // add this property to radar series , the data points are co

[GitHub] [echarts] RahulVishK opened a new issue, #17003: curve in series for radar chart

2022-05-09 Thread GitBox
RahulVishK opened a new issue, #17003: URL: https://github.com/apache/echarts/issues/17003 ### What problem does this feature solve? in normal radar chart data points are connected via a line , we are expecting a curvey or circular connection ![Screenshot (68)](https://user-images

[GitHub] [echarts] sinjie commented on issue #17002: [bug] webSocket 推送的散点渲染出来是正方形的

2022-05-09 Thread GitBox
sinjie commented on issue #17002: URL: https://github.com/apache/echarts/issues/17002#issuecomment-1121821863 ![企业微信截图_8fd1716c-9752-4b24-9b00-d86e74215e5f](https://user-images.githubusercontent.com/17959001/167531230-2dc18a04-8605-438a-ab11-85aaa6ccc6a7.png) -- This is an automated m

[GitHub] [echarts] echarts-bot[bot] commented on issue #17002: [bug] webSocket 推送的散点渲染出来是正方形的

2022-05-09 Thread GitBox
echarts-bot[bot] commented on issue #17002: URL: https://github.com/apache/echarts/issues/17002#issuecomment-1121776830 @sinjie 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 sugg

[GitHub] [echarts] sinjie opened a new issue, #17002: [bug] webSocket 推送的散点渲染出来是正方形的

2022-05-09 Thread GitBox
sinjie opened a new issue, #17002: URL: https://github.com/apache/echarts/issues/17002 ### Version 5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce ### 1、初始化折线+散点图 ``` this.chartOption = { xAxis: { typ

[GitHub] [echarts] Mr-Lixiaoqaing commented on issue #16997: 关于rich中预定义样式的优化

2022-05-09 Thread GitBox
Mr-Lixiaoqaing commented on issue #16997: URL: https://github.com/apache/echarts/issues/16997#issuecomment-1121771597 是的,大部分场景使用预定义的样式是够用了。但是能让它更好用不是更好吗 -- 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

[GitHub] [echarts] plainheart closed issue #16970: How can I configure pie chart to show labels inside & outside together but with different text?

2022-05-09 Thread GitBox
plainheart closed issue #16970: How can I configure pie chart to show labels inside & outside together but with different text? URL: https://github.com/apache/echarts/issues/16970 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [echarts] plainheart commented on issue #7763: While renderer as SVG the SaveAsImage png file can't use

2022-05-09 Thread GitBox
plainheart commented on issue #7763: URL: https://github.com/apache/echarts/issues/7763#issuecomment-1121698613 @hughess I'm sorry that I almost have forgotten this feature. We will mainly need to improve the [`echarts#getConnectedDataURL`](https://github.com/apache/echarts/blob/master/src/

[GitHub] [echarts] github-actions[bot] closed issue #12450: heatmap item wrongly rendered to strip when axis type is 'time'

2022-05-09 Thread GitBox
github-actions[bot] closed issue #12450: heatmap item wrongly rendered to strip when axis type is 'time' URL: https://github.com/apache/echarts/issues/12450 -- 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 t

[GitHub] [echarts] github-actions[bot] commented on issue #12450: heatmap item wrongly rendered to strip when axis type is 'time'

2022-05-09 Thread GitBox
github-actions[bot] commented on issue #12450: URL: https://github.com/apache/echarts/issues/12450#issuecomment-1121580166 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open

[GitHub] [echarts] hughess commented on issue #7763: While renderer as SVG the SaveAsImage png file can't use

2022-05-09 Thread GitBox
hughess commented on issue #7763: URL: https://github.com/apache/echarts/issues/7763#issuecomment-1121522814 @plainheart do you know what would need to be done to enable this? I might be able to take a look at it and contribute (depending on how difficult it is) -- This is an automated me

[GitHub] [echarts] jordanzhl commented on issue #16995: cilp the chart item rather than remove it

2022-05-09 Thread GitBox
jordanzhl commented on issue #16995: URL: https://github.com/apache/echarts/issues/16995#issuecomment-1121199668 your can find the [Demo Code](https://echarts.apache.org/examples/zh/editor.html?c=bar-simple&code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5AMYCGYVA5sAE7m0A0J6AE2aMiAbVoBZGL1i

[GitHub] [echarts] RavalikaP commented on issue #16977: [Bug] Chart is getting rendered beyond the chart area

2022-05-09 Thread GitBox
RavalikaP commented on issue #16977: URL: https://github.com/apache/echarts/issues/16977#issuecomment-1121059813 @jiawulin001, we have one functionality just to see the values which will fall under this value. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [echarts] artu-ole commented on issue #13627: Custom positions for axis labels/ticks

2022-05-09 Thread GitBox
artu-ole commented on issue #13627: URL: https://github.com/apache/echarts/issues/13627#issuecomment-1120944866 Some possible workarounds for the annotation feature include x axis with category type and empty string padding: ![image](https://user-images.githubusercontent.com/15938416/167

[GitHub] [echarts] echarts-bot[bot] commented on issue #17001: Echarts 3D地图+scatter3D +geo3D+echarts-gl ,点击事件失效。获取不到点击部分的数据名称

2022-05-09 Thread GitBox
echarts-bot[bot] commented on issue #17001: URL: https://github.com/apache/echarts/issues/17001#issuecomment-1120901022 @mryangsen 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] mryangsen opened a new issue, #17001: Echarts 3D地图+scatter3D +geo3D+echarts-gl ,点击事件失效。获取不到点击部分的数据名称

2022-05-09 Thread GitBox
mryangsen opened a new issue, #17001: URL: https://github.com/apache/echarts/issues/17001 ### Version "echarts-gl": "^2.0.9","echarts": "^5.3.1", ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce Echarts 3D地图+scatter3D +geo3D+echart

[GitHub] [echarts] ggz21s opened a new issue, #17000: [Bug] series-candlestick.markPoint. symbolRotate support the Callback func, But actually NOT!

2022-05-09 Thread GitBox
ggz21s opened a new issue, #17000: URL: https://github.com/apache/echarts/issues/17000 ### Version 4.8.0 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce The Official documents says, "Callback is supported since 4.8.0 ." BUT I test it d

[GitHub] [echarts] dwzhanglong commented on issue #16999: [new-feature] lines连接cartesian2d和geo坐标系

2022-05-09 Thread GitBox
dwzhanglong commented on issue #16999: URL: https://github.com/apache/echarts/issues/16999#issuecomment-1120814395 ![222](https://user-images.githubusercontent.com/23119256/167372744-c992646f-aac6-4e31-89e2-e7307db7dfb4.png) just like this,the purple block in the upper left corner is conn

[GitHub] [echarts] echarts-bot[bot] commented on issue #16999: [new-feature] lines连接cartesian2d和geo坐标系

2022-05-09 Thread GitBox
echarts-bot[bot] commented on issue #16999: URL: https://github.com/apache/echarts/issues/16999#issuecomment-1120811663 @dwzhanglong 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] dwzhanglong opened a new issue, #16999: [new-feature] lines连接cartesian2d和geo坐标系

2022-05-09 Thread GitBox
dwzhanglong opened a new issue, #16999: URL: https://github.com/apache/echarts/issues/16999 ### What problem does this feature solve? 目前geo坐标系和cartesian2d的连线都是各自独立的,请教一下如何实现两个坐标系的点连线,如果已有解决方法,请告知一下,不胜感激! ### What does the proposed API look like? 目前geo坐标系和cartesian2d的连线都是各

[GitHub] [echarts-doc] ggz21s opened a new issue, #250: series-candlestick.markPoint. symbolRotate support the Callback func, But actually NOT!

2022-05-09 Thread GitBox
ggz21s opened a new issue, #250: URL: https://github.com/apache/echarts-doc/issues/250 The Official documents says, "Callback is supported since 4.8.0 ." BUT I test it doesn't work! Code like below: ``` series: [{ name: this.id, type: 'candlesti

[GitHub] [echarts] abitwhy commented on issue #16989: [Feature] Realtime Label of Categary Axis

2022-05-09 Thread GitBox
abitwhy commented on issue #16989: URL: https://github.com/apache/echarts/issues/16989#issuecomment-1120802607 Not about sorting at all. The use case is to turn pages smoothly to display data. ECharts already has the function of [turning pages](https://echarts.apache.org/handbook/en/how-to/

[GitHub] [echarts] plainheart commented on issue #16996: Help Me, I want to achieve this effect

2022-05-09 Thread GitBox
plainheart commented on issue #16996: URL: https://github.com/apache/echarts/issues/16996#issuecomment-1120781054 对了,如果你代码已经设置了 [`grid`](https://echarts.apache.org/option.html#grid.left) 的 left、top、bottom、right 参数,可以不用像示例里面那么复杂地获取 x 轴的位置,直接使用你定义的固定数值即可。 -- This is an automated message fr

[GitHub] [echarts] mengyouxian commented on issue #16996: Help Me, I want to achieve this effect

2022-05-09 Thread GitBox
mengyouxian commented on issue #16996: URL: https://github.com/apache/echarts/issues/16996#issuecomment-1120771928 非常感谢🙏,,我研究研究 -- 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 comme

[GitHub] [echarts] plainheart commented on issue #16996: Help Me, I want to achieve this effect

2022-05-09 Thread GitBox
plainheart commented on issue #16996: URL: https://github.com/apache/echarts/issues/16996#issuecomment-1120766477 [示例在这](https://echarts.apache.org/examples/editor.html?code=MYZxAIF5wAwKHOAdAQwG4oC4oE4FpgB7AO2wEtiBTHcAbwUXAAdCQzMySAucFAIxCEANgFdMlANwMAvg1QZs-dpQC2dBogAmZEEyEoAnjwpCKlPHyGFgAa

[GitHub] [echarts] mengyouxian commented on issue #16996: Help Me, I want to achieve this effect

2022-05-09 Thread GitBox
mengyouxian commented on issue #16996: URL: https://github.com/apache/echarts/issues/16996#issuecomment-1120746462 不好意思,请问"将 HTML 元素添加到 echarts 容器里面",有示例吗? -- 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

[GitHub] [echarts] Ovilia commented on issue #16923: [Feature] Render inner and outer labels for pie chart

2022-05-09 Thread GitBox
Ovilia commented on issue #16923: URL: https://github.com/apache/echarts/issues/16923#issuecomment-1120744848 ECharts does not support multiple labels for a single item by now. It seems to need a lot of changes on the architecture level. The best way to do so is use two pie series and use l

[GitHub] [echarts] Ovilia closed issue #11558: Bug: sunburst chart highlight not working

2022-05-09 Thread GitBox
Ovilia closed issue #11558: Bug: sunburst chart highlight not working URL: https://github.com/apache/echarts/issues/11558 -- 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 uns

[GitHub] [echarts] Ovilia commented on issue #11558: Bug: sunburst chart highlight not working

2022-05-09 Thread GitBox
Ovilia commented on issue #11558: URL: https://github.com/apache/echarts/issues/11558#issuecomment-1120742237 Checked with 5.3.2 and there seems to be no bug now. -- 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] echarts-bot[bot] commented on issue #16995: cilp the chart item rather than remove it

2022-05-09 Thread GitBox
echarts-bot[bot] commented on issue #16995: URL: https://github.com/apache/echarts/issues/16995#issuecomment-1120731134 @jordanzhl 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] Ovilia commented on issue #16995: cilp the chart item rather than remove it

2022-05-09 Thread GitBox
Ovilia commented on issue #16995: URL: https://github.com/apache/echarts/issues/16995#issuecomment-1120730896 I cannot reproduce. Please provide an online demo. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [echarts] Ovilia commented on issue #16997: 关于rich中预定义样式的优化

2022-05-09 Thread GitBox
Ovilia commented on issue #16997: URL: https://github.com/apache/echarts/issues/16997#issuecomment-1120728805 In most cases, it should be sufficient to use current implementation with several styles and set the name (like "a") dynamically. -- This is an automated message from the Apache G

[GitHub] [echarts] echarts-bot[bot] commented on issue #16998: [Bug] get error [undefined (reading 'getRawIndex') ] when click on stackline chart

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

[GitHub] [echarts] lissali opened a new issue, #16998: [Bug] get error [undefined (reading 'getRawIndex') ] when click on stackline chart

2022-05-09 Thread GitBox
lissali opened a new issue, #16998: URL: https://github.com/apache/echarts/issues/16998 ### Version "echarts": "5.2.1", "echarts-for-react": "3.0.1", ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce On stack line chart, click data point,

[GitHub] [echarts] plainheart commented on issue #16996: Help Me, I want to achieve this effect

2022-05-09 Thread GitBox
plainheart commented on issue #16996: URL: https://github.com/apache/echarts/issues/16996#issuecomment-1120718055 > 然而使用HTML然后定位的话是相对于整个页面了 这句话不对。你可以将 HTML 元素添加到 echarts 容器里面,并为其设置绝对定位,这样就不会是相对于整个页面。 -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [echarts] mengyouxian commented on issue #16996: Help Me, I want to achieve this effect

2022-05-09 Thread GitBox
mengyouxian commented on issue #16996: URL: https://github.com/apache/echarts/issues/16996#issuecomment-1120716042 嗯 ,用H TML 也有考虑过。用HTML 主要就是位置的问题,点击是echarts canvas上的位置,然而使用HTML然后定位的话是相对于整个页面了,希望弹框能在类似头像的正上方这种位置。仍然在图表x轴上方位置。这个问题有解决办法吗? -- This is an automated message from the Apache Git S