[echarts] branch fix-pie-label updated (f85ba48 -> 2f722b7)

2021-11-23 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch fix-pie-label in repository https://gitbox.apache.org/repos/asf/echarts.git. from f85ba48 fix(pie): refine logic add 2f722b7 fix(pie): label works for richText No new revisions were

[GitHub] [echarts] grigiada opened a new issue #16103: zoom / datazoom in touchscreen

2021-11-23 Thread GitBox
grigiada opened a new issue #16103: URL: https://github.com/apache/echarts/issues/16103 ### Version 5.2.2 ### Steps to reproduce It is possible to reproduce the problem with any example graphic also present on your site. ### What is expected? I cannot change the zoom

[GitHub] [echarts] echarts-bot[bot] commented on issue #16103: zoom / datazoom in touchscreen

2021-11-23 Thread GitBox
echarts-bot[bot] commented on issue #16103: URL: https://github.com/apache/echarts/issues/16103#issuecomment-977590325 Hi! We've received your issue and please be patient to get responded.  The average response time is expected to be within one day for weekdays. In the meanwhile,

[GitHub] [echarts] pissang closed issue #16073: dataSet形式下,series label formatter失效。需要触发一次才能出现。

2021-11-23 Thread GitBox
pissang closed issue #16073: URL: https://github.com/apache/echarts/issues/16073 -- 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:

[GitHub] [echarts] pissang commented on issue #16073: dataSet形式下,series label formatter失效。需要触发一次才能出现。

2021-11-23 Thread GitBox
pissang commented on issue #16073: URL: https://github.com/apache/echarts/issues/16073#issuecomment-977566148 @taoqingfeng 不要修改 value 下的值,formatter 是使用的你返回的值 -- 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] leavest opened a new issue #16102: type: 'time' xAxis auto interval optimize

2021-11-23 Thread GitBox
leavest opened a new issue #16102: URL: https://github.com/apache/echarts/issues/16102 ### Version 5.2.2 ### Steps to reproduce 1 https://echarts.apache.org/examples/zh/editor.html?c=line-simple 2 ``` option = { xAxis: { type: 'time' },

[GitHub] [echarts] echarts-bot[bot] commented on issue #16102: type: 'time' xAxis auto interval optimize

2021-11-23 Thread GitBox
echarts-bot[bot] commented on issue #16102: URL: https://github.com/apache/echarts/issues/16102#issuecomment-977565948 Hi! We've received your issue and please be patient to get responded.  The average response time is expected to be within one day for weekdays. In the meanwhile,

[GitHub] [echarts] msbasanth commented on issue #16098: Programmatically exporting SVG rendered chart to PDF

2021-11-23 Thread GitBox
msbasanth commented on issue #16098: URL: https://github.com/apache/echarts/issues/16098#issuecomment-977562132 @pissang ok thanks for the update. I could confirm the getDataURL({type: 'svg'}) is giving base64 image as output, which can be embedded in pdf. -- This is an

[GitHub] [echarts] msbasanth closed issue #16098: Programmatically exporting SVG rendered chart to PDF

2021-11-23 Thread GitBox
msbasanth closed issue #16098: URL: https://github.com/apache/echarts/issues/16098 -- 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:

[echarts] branch fix-pie-label updated (0c0d080 -> f85ba48)

2021-11-23 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch fix-pie-label in repository https://gitbox.apache.org/repos/asf/echarts.git. from 0c0d080 fix(pie): update padding logic and test cases add f85ba48 fix(pie): refine logic No new

[GitHub] [echarts] eapatel edited a comment on issue #16095: appendData crashed the tab after sometimes in 3d globe.

2021-11-23 Thread GitBox
eapatel edited a comment on issue #16095: URL: https://github.com/apache/echarts/issues/16095#issuecomment-977454238 Below is my code using setOption. ``` ``` ``` echartsInstance: any; option: EChartOption = {}; flag: boolean = false; data: any; ```

[GitHub] [echarts] eapatel edited a comment on issue #16095: appendData crashed the tab after sometimes in 3d globe.

2021-11-23 Thread GitBox
eapatel edited a comment on issue #16095: URL: https://github.com/apache/echarts/issues/16095#issuecomment-977454238 Below is my code using setOption. ``` ``` ``` echartsInstance: any; option: EChartOption = {}; data: any; ``` ``` constructor() {

[GitHub] [echarts] eapatel edited a comment on issue #16095: appendData crashed the tab after sometimes in 3d globe.

2021-11-23 Thread GitBox
eapatel edited a comment on issue #16095: URL: https://github.com/apache/echarts/issues/16095#issuecomment-977454238 Below is my code using setOption. echartsInstance: any; option: EChartOption = {}; data: any; constructor() {

[GitHub] [echarts] eapatel commented on issue #16095: appendData crashed the tab after sometimes in 3d globe.

2021-11-23 Thread GitBox
eapatel commented on issue #16095: URL: https://github.com/apache/echarts/issues/16095#issuecomment-977454238 Below is my code using setOption. ''' ''' ''' echartsInstance: any; option: EChartOption = {}; data: any; constructor() {

[GitHub] [echarts] eapatel edited a comment on issue #16095: appendData crashed the tab after sometimes in 3d globe.

2021-11-23 Thread GitBox
eapatel edited a comment on issue #16095: URL: https://github.com/apache/echarts/issues/16095#issuecomment-977415394 Thanks for the response @pissang. I also used setOptions to update the data and was accumulating only 100 data. For example, when the length of the series reaches 100

[GitHub] [echarts] pissang edited a comment on issue #16095: appendData crashed the tab after sometimes in 3d globe.

2021-11-23 Thread GitBox
pissang edited a comment on issue #16095: URL: https://github.com/apache/echarts/issues/16095#issuecomment-977439873 So you use one series for one data? It's not suggested. But this is required. You can use `replaceMerge` feature which is introduced since 5.0 to remove series.

[GitHub] [echarts] pissang commented on issue #16095: appendData crashed the tab after sometimes in 3d globe.

2021-11-23 Thread GitBox
pissang commented on issue #16095: URL: https://github.com/apache/echarts/issues/16095#issuecomment-977439873 So you use one series for one data? It's not suggested. But this is required. You can use `replaceMerge` feature which is introduced since 5.0 to remove series. -- This is an

[GitHub] [echarts] eapatel commented on issue #16095: appendData crashed the tab after sometimes in 3d globe.

2021-11-23 Thread GitBox
eapatel commented on issue #16095: URL: https://github.com/apache/echarts/issues/16095#issuecomment-977419701 In my project, I used web socket so once connection established, user can see data until they navigate to another page in the project. -- This is an automated message from the

[GitHub] [echarts] eapatel commented on issue #16095: appendData crashed the tab after sometimes in 3d globe.

2021-11-23 Thread GitBox
eapatel commented on issue #16095: URL: https://github.com/apache/echarts/issues/16095#issuecomment-977415394 Thanks for the response @pissang. I also used setOptions to update the data and was accumulating only 100 data. For example, when the length of the series reaches 100 then

[echarts-doc] branch master updated: update doc

2021-11-23 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-doc.git The following commit(s) were added to refs/heads/master by this push: new f6f4fa3 update doc f6f4fa3 is described

[GitHub] [echarts] pissang edited a comment on issue #16098: Programmatically exporting SVG rendered chart to PDF

2021-11-23 Thread GitBox
pissang edited a comment on issue #16098: URL: https://github.com/apache/echarts/issues/16098#issuecomment-977397915 -- 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] pissang commented on issue #16098: Programmatically exporting SVG rendered chart to PDF

2021-11-23 Thread GitBox
pissang commented on issue #16098: URL: https://github.com/apache/echarts/issues/16098#issuecomment-977397915 `getDataURL` can have `'svg'` type. ```ts ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [echarts] echarts-bot[bot] commented on issue #16094: 区域缩放,有多条曲线时如果加上endLabel,只缩放单条曲线会报错

2021-11-23 Thread GitBox
echarts-bot[bot] commented on issue #16094: URL: https://github.com/apache/echarts/issues/16094#issuecomment-977396091 This issue is labeled with `priority: high`, which means it's a frequently asked problem and we will fix it ASAP. -- This is an automated message from the Apache Git

[GitHub] [echarts] pissang commented on pull request #13210: Feat: multiple value axis alignment

2021-11-23 Thread GitBox
pissang commented on pull request #13210: URL: https://github.com/apache/echarts/pull/13210#issuecomment-977386066 @susiwen8 I will take a deep look at this PR and keep the work based on your change these days -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [echarts] pissang commented on issue #16095: appendData crashed the tab after sometimes in 3d globe.

2021-11-23 Thread GitBox
pissang commented on issue #16095: URL: https://github.com/apache/echarts/issues/16095#issuecomment-977385384 I'm not sure the amount of your data. But keep appending data without removing the old data is not a good idea. `appendData` is used for streaming data. But we can do nothing if

[GitHub] [echarts] eapatel commented on issue #16095: appendData crashed the tab after sometimes in 3d globe.

2021-11-23 Thread GitBox
eapatel commented on issue #16095: URL: https://github.com/apache/echarts/issues/16095#issuecomment-977270637 Someone please take a look to this issue. I really need a solution for my project. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [echarts] scttcper edited a comment on pull request #16091: feat(tooltip): Allow tooltips to disable transform positioning

2021-11-23 Thread GitBox
scttcper edited a comment on pull request #16091: URL: https://github.com/apache/echarts/pull/16091#issuecomment-976951168 Opened #16101 instead, it does seem to be that throttle function, but removing it does trigger the dev tools issue -- This is an automated message from the Apache

[GitHub] [echarts] scttcper commented on pull request #16091: feat(tooltip): Allow tooltips to disable transform positioning

2021-11-23 Thread GitBox
scttcper commented on pull request #16091: URL: https://github.com/apache/echarts/pull/16091#issuecomment-976951168 Opened #16101 instead, it does seem to be that throttle function, but removing it does seem to trigger the dev tools issue -- This is an automated message from the Apache

[GitHub] [echarts] scttcper opened a new issue #16101: Tooltip position throttle makes tooltip feel laggy

2021-11-23 Thread GitBox
scttcper opened a new issue #16101: URL: https://github.com/apache/echarts/issues/16101 ### Version 5.2.2 ### Steps to reproduce With `transitionDuration: 0` and a tooltip position that follows the cursor. In https://github.com/apache/echarts/pull/15683 a throttle was added of

[GitHub] [echarts] echarts-bot[bot] commented on issue #16101: Tooltip position throttle makes tooltip feel laggy

2021-11-23 Thread GitBox
echarts-bot[bot] commented on issue #16101: URL: https://github.com/apache/echarts/issues/16101#issuecomment-976950276 Hi! We've received your issue and please be patient to get responded.  The average response time is expected to be within one day for weekdays. In the meanwhile,

[GitHub] [echarts] scttcper closed pull request #16091: feat(tooltip): Allow tooltips to disable transform positioning

2021-11-23 Thread GitBox
scttcper closed pull request #16091: URL: https://github.com/apache/echarts/pull/16091 -- 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:

[GitHub] [echarts] mdorion1 edited a comment on pull request #13210: Feat: multiple value axis alignment

2021-11-23 Thread GitBox
mdorion1 edited a comment on pull request #13210: URL: https://github.com/apache/echarts/pull/13210#issuecomment-976653946 Any updates on this? My clients really need this feature because the charts are really ugly without this.

[GitHub] [echarts] mdorion1 edited a comment on pull request #13210: Feat: multiple value axis alignment

2021-11-23 Thread GitBox
mdorion1 edited a comment on pull request #13210: URL: https://github.com/apache/echarts/pull/13210#issuecomment-976653946 Any updates on this? My clients really need this feature because the charts are really ugly without this.

[GitHub] [echarts] mdorion1 commented on pull request #13210: Feat: multiple value axis alignment

2021-11-23 Thread GitBox
mdorion1 commented on pull request #13210: URL: https://github.com/apache/echarts/pull/13210#issuecomment-976653946 Any updates on this? My clients really need this feature because the charts are really ugly without this.

[GitHub] [echarts] echarts-bot[bot] commented on issue #16100: markLine mouseover event params.componentType is 'series'

2021-11-23 Thread GitBox
echarts-bot[bot] commented on issue #16100: URL: https://github.com/apache/echarts/issues/16100#issuecomment-976562519 Hi! We've received your issue and please be patient to get responded.  The average response time is expected to be within one day for weekdays. In the meanwhile,

[GitHub] [echarts] WgCg opened a new issue #16100: markLine mouseover event params.componentType is 'series'

2021-11-23 Thread GitBox
WgCg opened a new issue #16100: URL: https://github.com/apache/echarts/issues/16100 ### Version 5.2.2 ### Reproduction link [https://codesandbox.io/s/echarts5-markline-componenttype-bk3lg](https://codesandbox.io/s/echarts5-markline-componenttype-bk3lg) ### Steps to

[GitHub] [echarts] RndRss commented on issue #15488: Display the nearest data of different series in one tooltip.

2021-11-23 Thread GitBox
RndRss commented on issue #15488: URL: https://github.com/apache/echarts/issues/15488#issuecomment-976539389 +1 for this -- 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] IndProgo edited a comment on issue #15956: Datazoom可以支持两边提示文字位置的设置

2021-11-23 Thread GitBox
IndProgo edited a comment on issue #15956: URL: https://github.com/apache/echarts/issues/15956#issuecomment-971625603 Quick and dirty edit in echarts\lib\component\dataZoom\SliderZoomView.js file, appended to setLabel function after setStyle ```js if (orient === HORIZONTAL) {

[GitHub] [echarts] th1under opened a new issue #16099: Bar timeseries chart binning is not working as expected

2021-11-23 Thread GitBox
th1under opened a new issue #16099: URL: https://github.com/apache/echarts/issues/16099 ### Version 5.2.2 ### Reproduction link

[GitHub] [echarts] echarts-bot[bot] commented on issue #16099: Bar timeseries chart binning is not working as expected

2021-11-23 Thread GitBox
echarts-bot[bot] commented on issue #16099: URL: https://github.com/apache/echarts/issues/16099#issuecomment-976514209 Hi! We've received your issue and please be patient to get responded.  The average response time is expected to be within one day for weekdays. In the meanwhile,

[GitHub] [echarts] IndProgo edited a comment on issue #15956: Datazoom可以支持两边提示文字位置的设置

2021-11-23 Thread GitBox
IndProgo edited a comment on issue #15956: URL: https://github.com/apache/echarts/issues/15956#issuecomment-971625603 Quick and dirty edit in echarts\lib\component\dataZoom\SliderZoomView.js file, appended to setLabel function after setStyle ```js if (orient === HORIZONTAL) {

[GitHub] [echarts] Ovilia commented on issue #13909: Can you add contour map

2021-11-23 Thread GitBox
Ovilia commented on issue #13909: URL: https://github.com/apache/echarts/issues/13909#issuecomment-976373274 You may consider implementing with [custom series](https://echarts.apache.org/en/tutorial.html#Custom%20Series). -- This is an automated message from the Apache Git Service. To

[GitHub] [echarts] Ovilia commented on issue #13909: Can you add contour map

2021-11-23 Thread GitBox
Ovilia commented on issue #13909: URL: https://github.com/apache/echarts/issues/13909#issuecomment-976371245 > I am available for help in implementing such a feature. @Ovilia please, let me know. Sorry for late reply. What kind of help do you need? -- This is an automated message

[GitHub] [echarts] echarts-bot[bot] commented on issue #16098: Programmatically exporting SVG rendered chart to PDF

2021-11-23 Thread GitBox
echarts-bot[bot] commented on issue #16098: URL: https://github.com/apache/echarts/issues/16098#issuecomment-976243238 Hi! We've received your issue and please be patient to get responded.  The average response time is expected to be within one day for weekdays. In the meanwhile,

[GitHub] [echarts] msbasanth opened a new issue #16098: Programmatically exporting SVG rendered chart to PDF

2021-11-23 Thread GitBox
msbasanth opened a new issue #16098: URL: https://github.com/apache/echarts/issues/16098 ### What problem does this feature solve? Now the SVG export feature is limited to toolbox and we have to follow below steps to get SVG from chart instance. 1. Use 'svg' as renderer when init