Re: [I] [Bug] Echarts are plotted wrongly for type time, if the time data is given with timezone offset [echarts]

2024-03-20 Thread via GitHub
devnull73 commented on issue #17186: URL: https://github.com/apache/echarts/issues/17186#issuecomment-2011249005 Still exists in echarts 5.5.0 -- 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

Re: [I] [Bug] Echarts are plotted wrongly for type time, if the time data is given with timezone offset [echarts]

2024-03-20 Thread via GitHub
devnull73 commented on issue #17186: URL: https://github.com/apache/echarts/issues/17186#issuecomment-2011196509 Can confirm, we have the same issue. Our local TZ is UTC+8:00, but the data is UTC+9:30. The data is offset by 30 mins, as if it is interpretting the timezone as UTC+9. -- Thi

Re: [I] Echarts第一次加载可以正常显示,为什么第二次加载就是空白呀,只有刷新才可以显示。 [echarts]

2024-03-20 Thread via GitHub
yangyanni999 commented on issue #16708: URL: https://github.com/apache/echarts/issues/16708#issuecomment-2010637500 您好我已收到您的邮件!!看到后立马回复 -- 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 specifi

Re: [I] endLabel重合如何解决? [echarts]

2024-03-20 Thread via GitHub
github-actions[bot] commented on issue #16711: URL: https://github.com/apache/echarts/issues/16711#issuecomment-2010636576 This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to

Re: [I] [Question] - series-graph 指定某特定 node 置中 [echarts]

2024-03-20 Thread via GitHub
github-actions[bot] commented on issue #16710: URL: https://github.com/apache/echarts/issues/16710#issuecomment-2010636532 This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to

Re: [I] Echarts第一次加载可以正常显示,为什么第二次加载就是空白呀,只有刷新才可以显示。 [echarts]

2024-03-20 Thread via GitHub
github-actions[bot] commented on issue #16708: URL: https://github.com/apache/echarts/issues/16708#issuecomment-2010636495 This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to

Re: [I] [Bug] setOption() with replaceMerge Mode in['graphic'] and use timeline will show nothing shape which defined in graphic [echarts]

2024-03-20 Thread via GitHub
github-actions[bot] closed issue #16677: [Bug] setOption() with replaceMerge Mode in['graphic'] and use timeline will show nothing shape which defined in graphic URL: https://github.com/apache/echarts/issues/16677 -- This is an automated message from the Apache Git Service. To respond to t

Re: [I] [Bug] setOption() with replaceMerge Mode in['graphic'] and use timeline will show nothing shape which defined in graphic [echarts]

2024-03-20 Thread via GitHub
github-actions[bot] commented on issue #16677: URL: https://github.com/apache/echarts/issues/16677#issuecomment-2010636416 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

Re: [I] [Bug] TypeError: api.coord is not a function [echarts]

2024-03-20 Thread via GitHub
github-actions[bot] closed issue #16464: [Bug] TypeError: api.coord is not a function URL: https://github.com/apache/echarts/issues/16464 -- 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

Re: [I] [Bug] TypeError: api.coord is not a function [echarts]

2024-03-20 Thread via GitHub
github-actions[bot] commented on issue #16464: URL: https://github.com/apache/echarts/issues/16464#issuecomment-2010636339 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

Re: [I] [Bug] 散点图覆盖地图时,使用dataset指定更新散点图数据失效 [echarts]

2024-03-20 Thread via GitHub
helgasoft commented on issue #19733: URL: https://github.com/apache/echarts/issues/19733#issuecomment-2010054280 _This is not my case_ !? ... well, it is not my case either. I fixed **your** code to correctly merge the scatter dataset. Is there another problem ? -- This is an automate

Re: [I] How to dynamically add images to the rich text of the label on the node? [echarts]

2024-03-20 Thread via GitHub
HaidarVladyslav commented on issue #15948: URL: https://github.com/apache/echarts/issues/15948#issuecomment-2010007155 I found one solution The idea is that I have function that returns ChartOptions. As parameter of function I set my ChartData[]. Then I create object `rich`. I iterate thr

Re: [I] [Bug] registerTheme don't working [echarts]

2024-03-20 Thread via GitHub
lmarquinez commented on issue #18314: URL: https://github.com/apache/echarts/issues/18314#issuecomment-2009744872 Actually I can't, as I said before I have an application as a library where I am using the echarts package to create some graphics and there it is working correctly, I have prob

[I] [Feature] - add label position to the data-zoom slider [echarts]

2024-03-20 Thread via GitHub
marcosmvrg opened a new issue, #19738: URL: https://github.com/apache/echarts/issues/19738 ### What problem does this feature solve? add a way to define the position of the label in the data zoom slider. today the label always be at the right or left of scroll bar. ![image](https:

Re: [I] [Bug] registerTheme don't working [echarts]

2024-03-20 Thread via GitHub
plainheart commented on issue #18314: URL: https://github.com/apache/echarts/issues/18314#issuecomment-2009677530 Hi @lmarquinez, is it possible to provide us a repo for reproduction? It can help find the reason out faster. -- This is an automated message from the Apache Git Service. To r

Re: [I] [Bug] registerTheme don't working [echarts]

2024-03-20 Thread via GitHub
lmarquinez commented on issue #18314: URL: https://github.com/apache/echarts/issues/18314#issuecomment-2009640317 I am importing the theme this way, `import 'echarts/theme/macarons.js';` , in the module and it works correctly, but when I create the package to install it in an application it

[I] [Bug] When a bar type series, xAxis of type time display wrong dates [echarts]

2024-03-20 Thread via GitHub
aquettier opened a new issue, #19737: URL: https://github.com/apache/echarts/issues/19737 ### Version 4.9.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?code=PYBwLglsB2AEC8sDeBYAULTsBEAbApgOb7QAm2AXMulrTmAJ4j6U4DOAxgE7C67YAaGnUx58AM

Re: [I] no events are trigger when hover on the area chart and stacked area chart [echarts]

2024-03-20 Thread via GitHub
plainheart commented on issue #19736: URL: https://github.com/apache/echarts/issues/19736#issuecomment-2009119015 It requires setting [`triggerLineEvent`](https://echarts.apache.org/option.html#series-line.triggerLineEvent) as `true`. -- This is an automated message from the Apache Git S

Re: [I] [Bug] 散点图覆盖地图时,使用dataset指定更新散点图数据失效 [echarts]

2024-03-20 Thread via GitHub
Fno commented on issue #19733: URL: https://github.com/apache/echarts/issues/19733#issuecomment-2008988656 @helgasoft Thanks for your reply. This is not my case. The bug is about the data merge. When I set `datasetIndex: 0` for the effectScatter graph and `datasetIndex: 1` for the geo m

Re: [I] [Feature] echarts多个柱状图如何只显示单个markLine [echarts]

2024-03-20 Thread via GitHub
qqfei1858 commented on issue #19731: URL: https://github.com/apache/echarts/issues/19731#issuecomment-2008887417 @helgasoft I did this the other way around, with stack there was a bar misalignment, I used line, which always felt weird ``` series: [ { type: 'bar', dat

Re: [I] [Feature] echarts多个柱状图如何只显示单个markLine [echarts]

2024-03-20 Thread via GitHub
qqfei1858 commented on issue #19731: URL: https://github.com/apache/echarts/issues/19731#issuecomment-2008879557 @helgasoft 我使用了其他办法做到了,使用 stack会出现bar不对齐,我用了line来操作,这样总感觉很奇怪 series: [ { type: 'bar', data: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] }, { type: '

Re: [I] [Feature] 为树状图添加x轴,y轴和极坐标轴支持,使图表可以同时反应分支关系和节点属性 [echarts]

2024-03-20 Thread via GitHub
helgasoft commented on issue #19734: URL: https://github.com/apache/echarts/issues/19734#issuecomment-2008851202 could eventually be presented as a graph, see [cartesian example](https://echarts.apache.org/examples/en/editor.html?c=graph-grid), has _polar_ option too. -- This is an autom