Re: [I] 如何正确显示时间轴的毫秒 [echarts]

2023-12-04 Thread via GitHub


heaxo commented on issue #3737:
URL: https://github.com/apache/echarts/issues/3737#issuecomment-1838025639

   我也有同样的问题


-- 
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] [Feature] series-graph.select. symbol [echarts]

2023-12-04 Thread via GitHub


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

   missing **Minimal Reproduction code**
   Is selection turned on with 
[selectedMode](https://echarts.apache.org/en/option.html#series-graph.selectedMode)?


-- 
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] Changing series type through setOption does not take effect [echarts]

2023-12-04 Thread via GitHub


MatthiasMert commented on issue #19349:
URL: https://github.com/apache/echarts/issues/19349#issuecomment-1838048512

   > If the user includes option in their echartsOptions prop it will throw an 
error that option is undefined. For example, this will throw an error.
   
   Why should the user include `option` in the prop? Can you not pass it on his 
behalf in the background whenever the series type is changed?


-- 
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] xAxis 的 type 为 time 时,如何显示毫秒级精度,默认只能显示到秒 [echarts]

2023-12-04 Thread via GitHub


heaxo commented on issue #13010:
URL: https://github.com/apache/echarts/issues/13010#issuecomment-1838093381

   怎么不解决问题,就知道关闭!


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



[I] [Feature] Request to add events that are called before running datazoom. [echarts]

2023-12-04 Thread via GitHub


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

   ### What problem does this feature solve?
   
   It would be nice to have an event handler called before running datazoom. If 
you set the zoom range to fit only one data, such as a screen shot, the meaning 
of zoom will fade, so I want to block 
   
   https://github.com/apache/echarts/assets/23370390/16b62b8d-8aac-4327-bd78-1eafbf03b78f";>
   
   If the return value of the event handler called before executing datazoom is 
true, and if it is false, it will be more convenient to use it if datazoom is 
blocked.
   
   ### What does the proposed API look like?
   
   echarts.on('beforeDataZoom', (params) => {
 // Set the parameters equal to those of the datazoom handler.
 const _startIdx = params.batch[0].startValue
 const _endIdx = params.batch[0].endValue
   
 // Run datazoom if the return value is true, and do not run datazoom if 
false.
 return _startIdx < _endIdx
   })


-- 
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.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] [Feature] series-graph.select. symbol [echarts]

2023-12-04 Thread via GitHub


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

   @SwankyTigerYY Please provide a demo for the issue either with [Official 
Editor](https://echarts.apache.org/examples/editor.html), 
[CodePen](https://codepen.io/Ovilia/pen/dyYWXWM), 
[CodeSandbox](https://codesandbox.io/s/echarts-basic-example-template-mpfz1s) 
or [JSFiddle](https://jsfiddle.net/plainheart/e46ozpqj/7/).


-- 
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] iOS SVG renderer, label disappear when click. [echarts]

2023-12-04 Thread via GitHub


100pah commented on issue #19093:
URL: https://github.com/apache/echarts/issues/19093#issuecomment-1838117048

   By ecomfe/zrender#1030 , the bug disappears. Thanks @alxnddr !
   
   The root cause of this bug is unknown yet. 
   Just record some phenomena:
   In safari (macOS13.3, safari Version 16.4 (18615.1.26.11.22)):
   
   1. When we hover the bar to make the text color become white unexpectedly, 
text attribute will not changed, the only changes are:
   + bar element `elm.setAttribute('fill', 'rgb(92,123,217)'); /* or 
"#5470c6" */`
   + the order of the corresponding elements.
   2. When this changes happen, if a SVG text node has no `elm.style.cssText = 
'font:12px'; /* or 'font-family:xxx' */`,  the text color probably become white 
unexpectedly. 
   + Note that `elm.setAttribute('style', 'font:12px'); /* or 
'font-family:xxx' */` works for the style but the bug still happens.
   


-- 
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] iOS SVG renderer, label disappear when click. [echarts]

2023-12-04 Thread via GitHub


100pah commented on issue #19093:
URL: https://github.com/apache/echarts/issues/19093#issuecomment-1838124931

   Fixed by https://github.com/ecomfe/zrender/pull/1030


-- 
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] iOS SVG renderer, label disappear when click. [echarts]

2023-12-04 Thread via GitHub


100pah closed issue #19093: [Bug] iOS SVG renderer, label disappear when click.
URL: https://github.com/apache/echarts/issues/19093


-- 
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] Labels are hiding on hover in Safari [echarts]

2023-12-04 Thread via GitHub


100pah closed issue #19261: [Bug] Labels are hiding on hover in Safari
URL: https://github.com/apache/echarts/issues/19261


-- 
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] Labels are hiding on hover in Safari [echarts]

2023-12-04 Thread via GitHub


100pah commented on issue #19261:
URL: https://github.com/apache/echarts/issues/19261#issuecomment-1838140796

   See https://github.com/apache/echarts/issues/19093. Fixed by 
https://github.com/ecomfe/zrender/pull/1030 .


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



(echarts) branch master-tmp created (now a59feb446)

2023-12-04 Thread sushuang
This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a change to branch master-tmp
in repository https://gitbox.apache.org/repos/asf/echarts.git


  at a59feb446 [test] Add test case for 
https://github.com/apache/echarts/issues/19093

This branch includes the following new commits:

 new a59feb446 [test] Add test case for 
https://github.com/apache/echarts/issues/19093

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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



(echarts) 01/01: [test] Add test case for https://github.com/apache/echarts/issues/19093

2023-12-04 Thread sushuang
This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch master-tmp
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit a59feb4466c69c4380df6d7b365f21a20836df9f
Author: 100pah 
AuthorDate: Mon Dec 4 17:41:51 2023 +0800

[test] Add test case for https://github.com/apache/echarts/issues/19093
---
 test/lib/testHelper.js|   3 +
 test/manual-svg-color-bug-202311.html | 184 ++
 2 files changed, 187 insertions(+)

diff --git a/test/lib/testHelper.js b/test/lib/testHelper.js
index 6df2c44a6..c570529d3 100644
--- a/test/lib/testHelper.js
+++ b/test/lib/testHelper.js
@@ -76,6 +76,7 @@
  * @param {Array.|Object} [opt.buttons] {text: ..., onClick: ...}, 
or an array of them.
  * @param {boolean} [opt.recordCanvas] 'test/lib/canteen.js' is required.
  * @param {boolean} [opt.recordVideo]
+ * @param {string} [opt.renderer] 'canvas' or 'svg'
  */
 testHelper.create = function (echarts, domOrId, opt) {
 var dom = getDom(domOrId);
@@ -267,6 +268,7 @@
  * @param {number} opt.width
  * @param {number} opt.height
  * @param {boolean} opt.draggable
+ * @param {string} opt.renderer 'canvas' or 'svg'
  */
 testHelper.createChart = function (echarts, domOrId, option, opt) {
 if (typeof opt === 'number') {
@@ -287,6 +289,7 @@
 }
 
 var chart = echarts.init(dom, null, {
+renderer: opt.renderer,
 useCoarsePointer: opt.useCoarsePointer,
 pointerSize: opt.pointerSize
 });
diff --git a/test/manual-svg-color-bug-202311.html 
b/test/manual-svg-color-bug-202311.html
new file mode 100644
index 0..15d95b4e4
--- /dev/null
+++ b/test/manual-svg-color-bug-202311.html
@@ -0,0 +1,184 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Test this case on Safari.
+For https://github.com/apache/echarts/issues/19093";>apache/echarts#19093
+
+
+
+
+
+
+require([
+'echarts',
+], function (echarts) {
+
+var option;
+
+option = {
+animation: false,
+"xAxis": {
+"type": "category",
+"data": ["2018FY", "2019FY", "2020FY", "2021FY", "2022FY"],
+axisLabel: {show: false}
+},
+"yAxis": {
+"type": "value",
+axisLabel: {show: false}
+},
+"series": [
+{
+"type": "bar",
+"name": "总营收(万美元)",
+"data": [111, 222, , 444, 555],
+"label": {
+"show": true,
+"position": "top"
+}
+}
+]
+};;
+
+var chart = testHelper.create(echarts, 'main0', {
+title: [
+'hover the bar and then leave (in mobile, just touch the 
bar)',
+'The label color should not become white.'
+],
+option: option,
+renderer: 'svg',
+});
+});
+
+
+
+
+require([
+'echarts',
+], function (echarts) {
+
+var option;
+option = {
+title: {
+text: 'Funnel'
+},
+tooltip: {
+trigger: 'item',
+formatter: '{a} 
{b} : {c}%' +}, +toolbox: { +feature: { +dataView: { readOnly: false }, +restore: {}, +saveAsImage: {} +} +}, +legend: { +data: ['Show', 'Click', 'Visit', 'Inquiry', 'Order'] +}, +series: [ +{ +name: 'Expected', +type: 'funnel', +left: '10%', +width: '80%', +label: { +formatter: '{b}Expected' +}, +labelLine: { +show: false +}, +emphasis: { +label: { +position: 'inside', +formatter: '{b}Expected: {c}%' +} +}, +

Re: [PR] [test] Add test case for https://github.com/apache/echarts/issues/19093 [echarts]

2023-12-04 Thread via GitHub


echarts-bot[bot] commented on PR #19357:
URL: https://github.com/apache/echarts/pull/19357#issuecomment-1838178402

   Thanks for your contribution!
   The community will review it ASAP. In the meanwhile, please checkout [the 
coding standard](https://echarts.apache.org/en/coding-standard.html) and Wiki 
about [How to make a pull 
request](https://github.com/apache/echarts/wiki/How-to-make-a-pull-request).
   
   The pull request is marked to be `PR: author is committer` because you are a 
committer of this project.
   
   To reviewers: If this PR is going to be described in the changelog in the 
future release, please make sure this PR has one of the following labels: `PR: 
doc ready`, `PR: awaiting doc`, `PR: doc unchanged`
   
   This message is shown because the PR description doesn't contain the 
document related template.


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



[PR] [test] Add test case for https://github.com/apache/echarts/issues/19093 [echarts]

2023-12-04 Thread via GitHub


100pah opened a new pull request, #19357:
URL: https://github.com/apache/echarts/pull/19357

   
   
   ## Brief Information
   
   This pull request is in the type of:
   
   - [ ] bug fixing
   - [ ] new feature
   - [x] others
   
   
   
   ### What does this PR do?
   Add test case for https://github.com/apache/echarts/issues/19093
   
   


-- 
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: [PR] [test] Add test case for apache/echarts#19093 [echarts]

2023-12-04 Thread via GitHub


github-actions[bot] commented on PR #19357:
URL: https://github.com/apache/echarts/pull/19357#issuecomment-1838192166

   
   The changes brought by this PR can be previewed at: 
https://echarts.apache.org/examples/editor?version=PR-19357@a59feb4
   


-- 
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] the progress of gauge cannot appear the linear color correctly [echarts]

2023-12-04 Thread via GitHub


harishkumarc commented on issue #19339:
URL: https://github.com/apache/echarts/issues/19339#issuecomment-1838382507

   below configuration works, the coordinates should be x, y, x2, y2 
   ```
   
{
   "series": [
   {
   "type": "gauge",
   "progress": {
   "show": true,
   "width": 18
   },
   "axisLine": {
   "lineStyle": {
   "width": 18
   }
   },
   "axisTick": {
   "show": false
   },
   "splitLine": {
   "length": 15,
   "lineStyle": {
   "width": 2,
   "color": "#999"
   }
   },
   "axisLabel": {
   "distance": 25,
   "color": "#999",
   "fontSize": 20
   },
   "anchor": {
   "show": true,
   "showAbove": true,
   "size": 25,
   "itemStyle": {
   "borderWidth": 10
   }
   },
   "title": {
   "show": false
   },
   "detail": {
   "valueAnimation": true,
   "fontSize": 80,
   "offsetCenter": [
   0,
   "70%"
   ]
   },
   "data": [
   {
   "value": 70,
   "itemStyle": {
   "color": {
   "type": "linear",
   "x": 0,
   "y": 1, 
   "x2": 0,
   "y2": 0,
   "colorStops": [
   {
   "offset": 0,
   "color": "rgba(0,234,255,0.1)"
   },
   {
   "offset": 0.5,
   "color": "rgba(0,234,255,0.4)"
   },
   {
   "offset": 1,
   "color": "rgba(0,234,255,1)"
   }
   ],
   "globalCoord": false
   }
   }
   }
   ]
   }
   ]
   ```
   } 


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



[I] Data Zoom min and Max Values are not correct when yAxis scale option true. [echarts]

2023-12-04 Thread via GitHub


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

   ### Version
   
   5.4.3
   
   ### Link to Minimal Reproduction
   
   https://codepen.io/abdurrahmanyildirim/pen/GRzwzGp
   
   ### Steps to Reproduce
   
   Check the minimal reproduction. Data zoom min value is 150 but the y-axis 
starts from 140. Max value also doesn't match with y-axis max value.
   
   ### Current Behavior
   
   Max and min values of datazoom doesn't match with axis. 
   
   ### Expected Behavior
   
   Max and min values should be same
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### 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-unsubscr...@echarts.apache.org.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] Data Zoom min and Max Values are not correct when yAxis scale option true. [echarts]

2023-12-04 Thread via GitHub


MatthiasMert commented on issue #19358:
URL: https://github.com/apache/echarts/issues/19358#issuecomment-1838496102

   In the linked example you are not applying any min / max restriction to 
dataZoom.
   
   In case you are referring to the yAxis labels not starting and ending 
exactly with the min and max values of your data, this has nothing to do with 
dataZoom but is automatically done by the `scale` option. If you want your 
axisLabel set to your minimum and maximum data values you can use the axis 
property [min and max](https://echarts.apache.org/en/option.html#yAxis.min):
   
   `yAxis: {
 min: 'dataMin',
 max: 'dataMax'
   }`


-- 
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] Separate legend icons and labels for each data point in a single bar chart, similar to a pie chart. [echarts]

2023-12-04 Thread via GitHub


RahulVishK commented on issue #19326:
URL: https://github.com/apache/echarts/issues/19326#issuecomment-1838537291

   "Thank you for your response. I appreciate your efforts in providing a 
workaround. However, I'm having difficulty understanding the implementation 
details. Could you please provide more clarity or perhaps share a code 
snippet/example to illustrate your suggestion? I'm relatively new to this, and 
any additional guidance would be immensely helpful."


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



[I] [Feature] 在动态排序柱状图中实现柱中显示数据键值(例如城市名),并在柱右显示数值。 [echarts]

2023-12-04 Thread via GitHub


yliu-fe opened a new issue, #19359:
URL: https://github.com/apache/echarts/issues/19359

   ### What problem does this feature solve?
   
   我希望能够模仿视频网站中的动态排名来展示实证分析中各年份的结果。参照示例中的`Bar race`(动态排序柱状图 - 人均收入)进行修改。目标样式是:
   
   1. 数据名(例如示例中的国家地区名)显示在bar中居右(也就是`position: 'insideRight'`),并显示为阴文(白字)
   2. 对应数据值显示在bar右侧(`position: 'right'`),并显示为阳文(颜色同对应柱子)。
   
   请原谅,我并不是专业的开发人员,如果可以,请给我一些稍微详细一些的提示,非常感谢。
   
   ### What does the proposed API look like?
   
   
目前的修改是在`series.label`中进行的,大体上的修改类似于下面的代码框和图片。结果发现label只能有一个,这意味着似乎只能在一个位置上展示一组由`formatter`决定的字符,而不能将其拆分为两个样式。(如前面所述,我希望数据名和数据本身具有各自独立的位置和样式)
   
   
我目前的尝试是打包处理,统一将其设定在`insideRight`位置,然后通过`offset`来设置其向右便宜,但这样会导致所有字符都设置为阴文,从而使被`offset`选项甩在柱子右边的数值变成了描边的阴文(如下图所示),非常不美观,而且很难统一两段内容之间的间距。请问有什么更好的解决方案吗?
   
   ```
   label: {
 show: true,
 precision: 1,
 position: 'insideRight',
 valueAnimation: true,
 fontFamily: 'Arial',
 offset: [60,0],
 fontSize: 16,
 formatter: "{b}{@0}"
   }
   ```
   
   https://github.com/apache/echarts/assets/34157793/b338432d-5df9-4e6c-ab3e-3de8dfdb34dc";>
   
   


-- 
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.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] [Feature] 在动态排序柱状图中实现柱中显示数据键值(例如城市名),并在柱右显示数值。 [echarts]

2023-12-04 Thread via GitHub


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

   @yliu-fe 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**
   
   [Feature] Implement the display of data keys (e.g., city names) in the 
column in the dynamic sorting histogram and the numeric value on the right side 
of the column.
   
   **BODY**
   
   ### What problem does this feature solve?
   
   I wanted to be able to mimic the dynamic rankings in video sites to show the 
results of each year in the empirical analysis. Refer to the 'Bar race' in the 
example (Dynamic Sort Histogram - Per Capita Income). The target styles are:
   
   1. The data name (e.g. the country name in the example) is displayed on the 
right side of the bar (i.e. 'position: 'insideRight''') and is displayed in 
black (white)
   2. The corresponding data value is displayed on the right side of the bar 
('position: 'right'') and is displayed in yang (the color is the same as the 
corresponding bar).
   
   Please forgive me, I'm not a professional developer, if you can, please give 
me some tips in a little more detail, thank you very much.
   
   ### What does the proposed API look like?
   
   The current changes are made in 'series.label', and are generally similar to 
the code box and images below. It turned out that there can only be one label, 
which means that it seems that only a set of characters determined by 
'formatter' can be displayed in one place, and it cannot be split into two 
styles. (As mentioned earlier, I want the data name and the data itself to have 
their own independent positions and styles)
   
   My current attempt is to wrap it up, set it to the 'insideRight' position, 
and then set it to be cheap to the right with 'offset', but this will cause all 
characters to be set to yin, so that the value that was thrown to the right of 
the column by the 'offset' option becomes the stroke of the yin (as shown in 
the image below), which is very unsightly, and it is difficult to unify the 
spacing between the two paragraphs. Is there any better solution, please?
   
   ```
   label: {
 show: true,
 precision: 1,
 position: 'insideRight',
 valueAnimation: true,
 fontFamily: 'Arial',
 offset: [60,0],
 fontSize: 16,
 formatter: "{b}{@0}"
   }
   ```
   
   https://github.com/apache/echarts/assets/34157793/b338432d-5df9-4e6c-ab3e-3de8dfdb34dc";>
   


-- 
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] Data Zoom min and Max Values are not correct when yAxis scale option true. [echarts]

2023-12-04 Thread via GitHub


abdurrahmanyildirim commented on issue #19358:
URL: https://github.com/apache/echarts/issues/19358#issuecomment-1838613627

   Yes, it doesn't work correctly when scale is true. Is there a way to apply 
scale values from dataZoom? 


-- 
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] Data Zoom min and Max Values are not correct when yAxis scale option true. [echarts]

2023-12-04 Thread via GitHub


MatthiasMert commented on issue #19358:
URL: https://github.com/apache/echarts/issues/19358#issuecomment-1838661059

   It does work exactly as intended. 
   
   I dont understand what your intended result should look like. Could you 
clarify on that?


-- 
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] Data Zoom min and Max Values are not correct when yAxis scale option true. [echarts]

2023-12-04 Thread via GitHub


abdurrahmanyildirim commented on issue #19358:
URL: https://github.com/apache/echarts/issues/19358#issuecomment-1838671741

   I wanna have the same min and max values at data zoom even if it is scale. 
Currently I need to pass min and max value to synchronize them.


-- 
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] Data Zoom min and Max Values are not correct when yAxis scale option true. [echarts]

2023-12-04 Thread via GitHub


MatthiasMert commented on issue #19358:
URL: https://github.com/apache/echarts/issues/19358#issuecomment-1838705375

   What are "the same min and max values"? The minimum and maximum in the 
provided dataset?
   
   What is supposed to happen if you use dataZoom and what is currently 
happening?


-- 
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] Data Zoom min and Max Values are not correct when yAxis scale option true. [echarts]

2023-12-04 Thread via GitHub


abdurrahmanyildirim commented on issue #19358:
URL: https://github.com/apache/echarts/issues/19358#issuecomment-1838722041

   https://github.com/apache/echarts/assets/43090396/2855b17a-4364-4aab-9b7b-965bee026163";>
   
   Axis max is 240, min is 140. 
   Data zoom max is 230, min is 150.
   
   https://github.com/apache/echarts/assets/43090396/c9c6f9ca-5f05-4ecd-9461-7e86750b60b5";>
   
   I want to see same values at data zoom and axis.
   
   


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



[I] 第一步我就卡住了,请求答疑 [echarts-examples]

2023-12-04 Thread via GitHub


newpost opened a new issue, #87:
URL: https://github.com/apache/echarts-examples/issues/87

   E:\github\echarts-examples>npm install
   npm ERR! code ERESOLVE
   npm ERR! ERESOLVE could not resolve
   npm ERR!
   npm ERR! While resolving: @lang/object-visualizer@4.2.0
   npm ERR! Found: vue@2.6.14
   npm ERR! node_modules/vue
   npm ERR!   dev vue@"2.6.14" from the root project
   npm ERR!
   npm ERR! Could not resolve dependency:
   npm ERR! peer vue@"^3.0.2" from @lang/object-visualizer@4.2.0
   npm ERR! node_modules/@lang/object-visualizer
   npm ERR!   @lang/object-visualizer@"^4.2.0" from the root project
   npm ERR!
   npm ERR! Conflicting peer dependency: vue@3.3.10
   npm ERR! node_modules/vue
   npm ERR!   peer vue@"^3.0.2" from @lang/object-visualizer@4.2.0
   npm ERR!   node_modules/@lang/object-visualizer
   npm ERR! @lang/object-visualizer@"^4.2.0" from the root project
   npm ERR!
   npm ERR! Fix the upstream dependency conflict, or retry
   npm ERR! this command with --force or --legacy-peer-deps
   npm ERR! to accept an incorrect (and potentially broken) dependency 
resolution.
   npm ERR!
   npm ERR!
   npm ERR! For a full report see


-- 
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.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] Tooltip Formatter function does not get called [echarts]

2023-12-04 Thread via GitHub


shadow-identity commented on issue #18231:
URL: https://github.com/apache/echarts/issues/18231#issuecomment-1839049507

   Same with Firefox. `grid.tooltip.formatter` does not work neither with 
string nor with function argument.


-- 
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] [Feature] 在动态排序柱状图中实现柱中显示数据键值(例如城市名),并在柱右显示数值。 [echarts]

2023-12-04 Thread via GitHub


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

   What you want is doable, but not convenient (_axisLabel.inside:true_). When 
bars are short, labels will collide with values:
   
![image](https://github.com/apache/echarts/assets/13038071/c1b1420c-5d09-44cd-9449-5b14769b2f2a)
   
   Recommended [Demo 
Code](https://echarts.apache.org/examples/en/editor.html?c=bar-race-country&code=MYewdgzgLgBAJgSwLYFNIPDAvDADAbgCgASAOgHcALNACkJhjIHMUoApAZQHkA5GgJS5cAKgH0ACgEFhACRgBqGAHIA9HACGUdSvUQIrNZu0AbBADMUAWhQAPAA4pgWsMACelrQCNjKUgCsIcCUASkJg0jhwFBozAFcXKAwwGBoAJxQIAEZgmABvehhQSFgNLWwYdKzSCFNgaOzSMwRjKBRUmPinJJS4HPyGBnSoWNTkuABtABYAXWwsHAAmXEyCAoBfYKIGEDtEzBx-gaZUhDgALlyirQQwABl1TxRjM6hU2JQ1gBoChhtJGwQEDOeR-AyQ6hswKUpXUAFkIUpvgMBhDAfdHs8QcjkWYQKlwVBWqlgXEEt0aGA-qDsRVWCNkvCoJRSKkQPE4BScoolEotjSYGtqQLQV9Qa5_oDgYdkVBXA4ocBNCgmHjXIihTcAG5tfTA17vJHY8GQmArQ3I1EQdFPKVChigYx4qHedTAADW6v5MFxYCgHAQAC8UMDMpNPgw7TAVCoYDcIKdg_qUAxo7GzDBXGzY-hoKQ80KvjAA8CAGwi83wIz6KBSwIjOrAmGi5H6E4ZYHjIXS7GthAZe6Z2JQABCrgVIGMsSQYERhQneNHUJhnv5svlyk86lSK5paFAcGDWK9MBNiFQ6HAFZpY5gAGZI83-cYHjaj16IJQQOQ9W8UFfsXY6TAICSQhv-yJ2CA8Z7GAUInEwlBQDu_Kauok4oJIYDIJooEwEm4EDD6UAAGLqEgzQ3koSDgFBdiuigSgPgWoLTIaax8kgrgAMKUFuUDVKwXC7EkNA7DBmyEBs-BAA)
   
![image](https://github.com/apache/echarts/assets/13038071/0523e01f-97b6-4d1b-894f-bd1b8b0e5207)
   
   


-- 
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] 同时设置y轴的min和toolbox中的dataZoom的bug [echarts]

2023-12-04 Thread via GitHub


github-actions[bot] closed issue #13711: 同时设置y轴的min和toolbox中的dataZoom的bug
URL: https://github.com/apache/echarts/issues/13711


-- 
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] 同时设置y轴的min和toolbox中的dataZoom的bug [echarts]

2023-12-04 Thread via GitHub


github-actions[bot] commented on issue #13711:
URL: https://github.com/apache/echarts/issues/13711#issuecomment-1839474476

   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 a new issue and link this to 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] 如何做离屏渲染 [echarts]

2023-12-04 Thread via GitHub


github-actions[bot] closed issue #15135: 如何做离屏渲染
URL: https://github.com/apache/echarts/issues/15135


-- 
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] echarts5以上哪个版本将更新会兼容IE8? [echarts]

2023-12-04 Thread via GitHub


github-actions[bot] commented on issue #16086:
URL: https://github.com/apache/echarts/issues/16086#issuecomment-1839474742

   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 a new issue and link this to 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] echarts5以上哪个版本将更新会兼容IE8? [echarts]

2023-12-04 Thread via GitHub


github-actions[bot] closed issue #16086: echarts5以上哪个版本将更新会兼容IE8?
URL: https://github.com/apache/echarts/issues/16086


-- 
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] Zoom and zoom reset icons flickering when dragging slider [echarts]

2023-12-04 Thread via GitHub


github-actions[bot] commented on issue #16110:
URL: https://github.com/apache/echarts/issues/16110#issuecomment-1839474832

   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 a new issue and link this to 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] Zoom and zoom reset icons flickering when dragging slider [echarts]

2023-12-04 Thread via GitHub


github-actions[bot] closed issue #16110: Zoom and zoom reset icons flickering 
when dragging slider
URL: https://github.com/apache/echarts/issues/16110


-- 
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] vue 中 echarts.registerMap('name', { svg: svg }); svg底图不显示 [echarts]

2023-12-04 Thread via GitHub


github-actions[bot] closed issue #16121: vue 中 echarts.registerMap('name', { 
svg: svg });  svg底图不显示
URL: https://github.com/apache/echarts/issues/16121


-- 
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] vue 中 echarts.registerMap('name', { svg: svg }); svg底图不显示 [echarts]

2023-12-04 Thread via GitHub


github-actions[bot] commented on issue #16121:
URL: https://github.com/apache/echarts/issues/16121#issuecomment-1839474903

   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 a new issue and link this to 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] 如何做离屏渲染 [echarts]

2023-12-04 Thread via GitHub


github-actions[bot] commented on issue #15135:
URL: https://github.com/apache/echarts/issues/15135#issuecomment-1839474635

   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 a new issue and link this to 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] Line chart leaks when lttb sampling is used with 10000 points and the points overlap [echarts]

2023-12-04 Thread via GitHub


sjcobb commented on issue #18562:
URL: https://github.com/apache/echarts/issues/18562#issuecomment-1839527115

   I'll try to create a repro, but +1 to this issue. At scale, using `sampling: 
'lttb'` can crash the browser when there are thousands of series and we also 
ended up disabling it


-- 
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: [PR] [test] Add test case for apache/echarts#19093 [echarts]

2023-12-04 Thread via GitHub


plainheart merged PR #19357:
URL: https://github.com/apache/echarts/pull/19357


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



(echarts) branch master updated (7731729f0 -> 5b0c09637)

2023-12-04 Thread wangzx
This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git


from 7731729f0 Merge pull request #19197 from apache/feat-pictorialBar-clip
 add a59feb446 [test] Add test case for 
https://github.com/apache/echarts/issues/19093
 new 5b0c09637 Merge pull request #19357 from apache/master-tmp

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 test/lib/testHelper.js|   3 +
 test/manual-svg-color-bug-202311.html | 184 ++
 2 files changed, 187 insertions(+)
 create mode 100644 test/manual-svg-color-bug-202311.html


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



(echarts) 01/01: Merge pull request #19357 from apache/master-tmp

2023-12-04 Thread wangzx
This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 5b0c09637a00e033bc63e93fb41391b56e3a9ffd
Merge: 7731729f0 a59feb446
Author: Zhongxiang Wang 
AuthorDate: Tue Dec 5 11:14:20 2023 +0800

Merge pull request #19357 from apache/master-tmp

[test] Add test case for apache/echarts#19093

 test/lib/testHelper.js|   3 +
 test/manual-svg-color-bug-202311.html | 184 ++
 2 files changed, 187 insertions(+)


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



Re: [PR] [test] Add test case for apache/echarts#19093 [echarts]

2023-12-04 Thread via GitHub


echarts-bot[bot] commented on PR #19357:
URL: https://github.com/apache/echarts/pull/19357#issuecomment-1839929961

   Congratulations! Your PR has been merged. Thanks for your contribution! 👍


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



(echarts) branch master-tmp deleted (was a59feb446)

2023-12-04 Thread wangzx
This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a change to branch master-tmp
in repository https://gitbox.apache.org/repos/asf/echarts.git


 was a59feb446 [test] Add test case for 
https://github.com/apache/echarts/issues/19093

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


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



Re: [I] [Bug] Dobule click is not working on mobile devices and in Device Mode of chrome devtools [echarts]

2023-12-04 Thread via GitHub


kood-2008 commented on issue #19341:
URL: https://github.com/apache/echarts/issues/19341#issuecomment-1839977795

   It seems like this is on mobile, and the double-click event is not 
triggering. For example, in Vue.js, even if you try v-on:dblclick="", it 
doesn't work.


-- 
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] [RFC] User Annotations [echarts]

2023-12-04 Thread via GitHub


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

   @arturaswg I'm still working on the architecure of this design and a pull 
request will be linked to this later. You are welcomed to comment if you have 
suggestions.


-- 
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] 第一步我就卡住了,请求答疑 [echarts-examples]

2023-12-04 Thread via GitHub


otakustay commented on issue #87:
URL: 
https://github.com/apache/echarts-examples/issues/87#issuecomment-1840135790

   用`npm install --legacy-peer-deps`


-- 
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] [RFC] User Annotations [echarts]

2023-12-04 Thread via GitHub


arturaswg commented on issue #18798:
URL: https://github.com/apache/echarts/issues/18798#issuecomment-1840146947

   @Ovilia not sure if you're familiar, but you could check out Cord - we have 
been successfully integrating with them and I believe it's a good Comments / 
annotations / tags feature set to have 
https://cord.com/features#comments-and-annotations


-- 
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] [RFC] User Annotations [echarts]

2023-12-04 Thread via GitHub


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

   @arturaswg Thank you! Cord looks cool but Apache ECharts is an open-source 
project and I don't think we could integrate it officially. But if you want to 
make an extension, you are welcomed to provide a link to [this awesome 
list](https://github.com/ecomfe/awesome-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 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] [RFC] User Annotations [echarts]

2023-12-04 Thread via GitHub


arturaswg commented on issue #18798:
URL: https://github.com/apache/echarts/issues/18798#issuecomment-1840180658

   @Ovilia I didn't mean to integrate with them, I meant it's a good feature 
set to build on Apache ECharts and to think about since you've mentioned that 
you're working on the architecture of this design


-- 
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] [RFC] User Annotations [echarts]

2023-12-04 Thread via GitHub


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

   > @Ovilia I didn't mean to integrate with them, I meant it's a good feature 
set to build on Apache ECharts and to think about since you've mentioned that 
you're working on the architecture of this design
   
   Oh, I see. I think we won't go as far as multi-person annotation. But I can 
check more to see if there is anything we could support. 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