[GitHub] [echarts] xiaoxudoo commented on issue #16251: 悬浮到markline label出现多余的tooltip

2021-12-22 Thread GitBox
xiaoxudoo commented on issue #16251: URL: https://github.com/apache/echarts/issues/16251#issuecomment-1000114500 > 1. I tried pissang's config and it works well in your codepen demo. > 2. I think this feature(hover on mark line then shows tooltip) is "by design" rather than "bug", becaus

[GitHub] [echarts] echarts-bot[bot] commented on issue #16271: 柱状图 同一系列的数据显示不同的名字

2021-12-22 Thread GitBox
echarts-bot[bot] commented on issue #16271: URL: https://github.com/apache/echarts/issues/16271#issuecomment-1000112559 @ningxian213 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 t

[GitHub] [echarts] ningxian213 opened a new issue #16271: 柱状图 同一系列的数据显示不同的名字

2021-12-22 Thread GitBox
ningxian213 opened a new issue #16271: URL: https://github.com/apache/echarts/issues/16271 ### What problem does this feature solve? 比如,需要显示一周内每天销售前三的物品,每天需要显示不同物品类型名字及数量。 ### What does the proposed API look like? 比如,需要显示一周内每天销售前三的物品,每天需要显示不同物品类型名字及数量。 -- This is an a

[GitHub] [echarts] Moh-Aggn commented on issue #16260: [Bug] in the candlstick chart in theme builder config : instead of writing Bullish Border Color twice -> the second is Bearich Border Color

2021-12-22 Thread GitBox
Moh-Aggn commented on issue #16260: URL: https://github.com/apache/echarts/issues/16260#issuecomment-1000106030 just a little UI mistake naming : instead of writing " Bullish Border Color " twice -> the second is "Bearich Border Color " -- This is an automated message from the

[GitHub] [echarts] echarts-bot[bot] commented on issue #16234: [Feature] 甘特图如何把项目放一个Y轴上

2021-12-22 Thread GitBox
echarts-bot[bot] commented on issue #16234: URL: https://github.com/apache/echarts/issues/16234#issuecomment-1000103882 @coolchenc Please provide a demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM , https://www.makeapie.com/editor.html or https://codesandbox.io/s/mystif

[GitHub] [echarts] Ovilia commented on issue #16234: [Feature] 甘特图如何把项目放一个Y轴上

2021-12-22 Thread GitBox
Ovilia commented on issue #16234: URL: https://github.com/apache/echarts/issues/16234#issuecomment-1000103963 Please make sure to provide a minimal 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 above t

[GitHub] [echarts] Ovilia commented on issue #16232: [Feature] Spatial Indexing for Tooltip?

2021-12-22 Thread GitBox
Ovilia commented on issue #16232: URL: https://github.com/apache/echarts/issues/16232#issuecomment-1000103390 > #16133 Yes, it seems to be the same problem. BTW, if the clipping has bug with large mode, please help open an issue to report it. -- This is an automated message from t

[GitHub] [echarts] echarts-bot[bot] commented on issue #16235: [Feature] echarts-graph.emphasis Display node name and value

2021-12-22 Thread GitBox
echarts-bot[bot] commented on issue #16235: URL: https://github.com/apache/echarts/issues/16235#issuecomment-1000102448 @world1103 Please provide a demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM , https://www.makeapie.com/editor.html or https://codesandbox.io/s/mystif

[GitHub] [echarts] Ovilia commented on issue #16235: [Feature] echarts-graph.emphasis Display node name and value

2021-12-22 Thread GitBox
Ovilia commented on issue #16235: URL: https://github.com/apache/echarts/issues/16235#issuecomment-1000102322 -- 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

[GitHub] [echarts] Ovilia commented on issue #16238: Echarts Y轴因为数据太小导致Y轴不显示刻度?

2021-12-22 Thread GitBox
Ovilia commented on issue #16238: URL: https://github.com/apache/echarts/issues/16238#issuecomment-1000101874 可以试试传入值的时候乘以一个大一点的数字,比如 1e16,然后用 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] Ovilia commented on issue #16239: Fill each box in ‘’ with a different color

2021-12-22 Thread GitBox
Ovilia commented on issue #16239: URL: https://github.com/apache/echarts/issues/16239#issuecomment-1000101027 Here is a minimal code to reproduce the problem: ```js data = [ { value: [ 850, 740, 900, 1070, 930 ], itemStyle: { color: 'red' } }

[GitHub] [echarts] Ovilia commented on issue #16240: [Bug]candlestick某条数据全为0时,缩放后阳线阴线的颜色会变化,导致与visualMap中的颜色不一致

2021-12-22 Thread GitBox
Ovilia commented on issue #16240: URL: https://github.com/apache/echarts/issues/16240#issuecomment-198566 Hi, please make your demo minimal so that it's better to debug. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [echarts] Ovilia commented on issue #16260: [Bug] in the candlstick chart in theme builder config : instead of writing Bullish Border Color twice -> the second is Bearich Border Color

2021-12-22 Thread GitBox
Ovilia commented on issue #16260: URL: https://github.com/apache/echarts/issues/16260#issuecomment-197630 Hi, can you be more specific about what is expected and what's wrong? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [echarts] Ovilia commented on issue #16253: Hi Team, I am looking for a feature where user can edit the Chart Elements, Chart Axis, Chart Area etc., dynamically (ad-hoc modification of Chart

2021-12-22 Thread GitBox
Ovilia commented on issue #16253: URL: https://github.com/apache/echarts/issues/16253#issuecomment-196478 I'm afraid this is not an easy thing to do, otherwise we would provide such a tool at the first place. That being said, you could still do something about it. For example, if you w

[GitHub] [echarts] Ovilia commented on issue #16256: [Feature] 想找到一个家族族谱方面的图表

2021-12-22 Thread GitBox
Ovilia commented on issue #16256: URL: https://github.com/apache/echarts/issues/16256#issuecomment-194857 基本思路是利用 [graph](https://echarts.apache.org/zh/option.html#series-graph) 图的漫游([roam](https://echarts.apache.org/zh/option.html#series-graph.roam))能力,帮助你简化移动画布引起的重绘方面的逻辑。你需要自己计算每个节点的位

[GitHub] [echarts] Ovilia commented on issue #16262: [Feature] Is it possible to put marks ona a gauge echart? Like the black marks on image below

2021-12-22 Thread GitBox
Ovilia commented on issue #16262: URL: https://github.com/apache/echarts/issues/16262#issuecomment-191748 It's possible to use extra series with "stack" to do so. The main idea is to use a transparent series under the marker data. Just like [this bar series](https://www.makeapie.com/ed

[GitHub] [echarts] Ovilia commented on issue #16264: [Feature] tooltip axispointer line color set different colors

2021-12-22 Thread GitBox
Ovilia commented on issue #16264: URL: https://github.com/apache/echarts/issues/16264#issuecomment-169729 You can listen to the [click event](https://echarts.apache.org/en/api.html#events.Mouse%20events.click) and call setOption with new line color according to the information in click

[GitHub] [echarts] Ovilia commented on issue #16268: 5.2.2 地图多图层,鼠标滚轮缩放被分层了;鼠标悬浮在地图的区域上,高亮效果丢失了

2021-12-22 Thread GitBox
Ovilia commented on issue #16268: URL: https://github.com/apache/echarts/issues/16268#issuecomment-168639 缩放应该默认就是多图层都能缩放的,例子参见 https://echarts.apache.org/examples/zh/editor.html?c=map-polygon -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [echarts] echarts-bot[bot] commented on issue #16270: [Bug] svg pie chart first rendering bug

2021-12-22 Thread GitBox
echarts-bot[bot] commented on issue #16270: URL: https://github.com/apache/echarts/issues/16270#issuecomment-167608 @thdeotjq12 Please provide a demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM , https://www.makeapie.com/editor.html or https://codesandbox.io/s/mysti

[GitHub] [echarts] echarts-bot[bot] commented on issue #16269: [Bug] Box plot is not generated as expected. The max of box plot and the horizontal line that links max and q3 are both missing.

2021-12-22 Thread GitBox
echarts-bot[bot] commented on issue #16269: URL: https://github.com/apache/echarts/issues/16269#issuecomment-166654 This issue is labeled with `difficulty: easy`. @DataMonk2017 Would you like to debug it by yourself? This is a quicker way to get your problem fixed. Or you may wait fo

[GitHub] [echarts] plainheart commented on a change in pull request #15985: fix(radar): name being - in tooltip when name.show is false #15915

2021-12-22 Thread GitBox
plainheart commented on a change in pull request #15985: URL: https://github.com/apache/echarts/pull/15985#discussion_r774333439 ## File path: src/preprocessor/helper/compatStyle.ts ## @@ -307,6 +307,11 @@ export default function globalCompatStyle(option: any, isTheme?: boolea

[echarts-wordcloud-generator] 08/08: feat: web font

2021-12-22 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-wordcloud-generator.git commit 8d935b0dac2eea7b117da88ed6aa66367a3c1e02 Author: Ovilia AuthorDate: Wed Dec 22 13:04:38 2021 +0800

[echarts-wordcloud-generator] 07/08: feat: colors

2021-12-22 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-wordcloud-generator.git commit b24c4e583cddc401a101a43390bbb7726292ff08 Author: Ovilia AuthorDate: Wed Dec 22 11:05:35 2021 +0800

[echarts-wordcloud-generator] branch master created (now 8d935b0)

2021-12-22 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/echarts-wordcloud-generator.git. at 8d935b0 feat: web font This branch includes the following new commits: new 2643f32 ini

[echarts-wordcloud-generator] 02/08: feat: style config

2021-12-22 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-wordcloud-generator.git commit 67a05976c6730161384e602f5a9b92616110ac98 Author: Ovilia AuthorDate: Wed Sep 29 10:25:22 2021 +0800

[echarts-wordcloud-generator] 06/08: feat: basic workflow

2021-12-22 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-wordcloud-generator.git commit 2da57450f98588a16b6e26b78117ca5ae017aa76 Author: Ovilia AuthorDate: Mon Dec 20 15:26:47 2021 +0800

[echarts-wordcloud-generator] 05/08: feat: add config

2021-12-22 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-wordcloud-generator.git commit 1828acd24635701642e0c11c74d3e4d08b3a86e5 Author: Ovilia AuthorDate: Tue Dec 14 17:59:49 2021 +0800

[echarts-wordcloud-generator] 03/08: feat: define components

2021-12-22 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-wordcloud-generator.git commit df7cd77c84d62b13cb921411e437b57429dcb4a9 Author: Ovilia AuthorDate: Tue Dec 14 15:30:58 2021 +0800

[echarts-wordcloud-generator] 04/08: feat: data table

2021-12-22 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-wordcloud-generator.git commit 116bb3c7409bc83ea7478ec44d3c73e3bb7108bf Author: Ovilia AuthorDate: Tue Dec 14 16:22:23 2021 +0800

[GitHub] [echarts] echarts-bot[bot] commented on issue #16266: [Bug] K线图数据渲染错误

2021-12-22 Thread GitBox
echarts-bot[bot] commented on issue #16266: URL: https://github.com/apache/echarts/issues/16266#issuecomment-154725 This issue is labeled with `difficulty: easy`. @xiaozhang199900 Would you like to debug it by yourself? This is a quicker way to get your problem fixed. Or you may wait

[echarts] 01/01: feat(ssr): add useViewBox opts in renderToSVGString

2021-12-22 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch svg-ssr-viewbox in repository https://gitbox.apache.org/repos/asf/echarts.git commit 4bf74ba49990c8a6f7ac0e49d3599351c1e94aca Author: pissang AuthorDate: Thu Dec 23 12:36:53 2021 +0800 feat(

[echarts] branch svg-ssr-viewbox created (now 4bf74ba)

2021-12-22 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch svg-ssr-viewbox in repository https://gitbox.apache.org/repos/asf/echarts.git. at 4bf74ba feat(ssr): add useViewBox opts in renderToSVGString This branch includes the following new commit

[echarts] branch next updated (5dea867 -> 7a7bd40)

2021-12-22 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch next in repository https://gitbox.apache.org/repos/asf/echarts.git. from 5dea867 Merge pull request #16210 from apache/simplify-large-arr-creation add 3d7bf24 refact(graphic): seperat

[echarts] 01/01: Merge pull request #16225 from apache/graphic-animation

2021-12-22 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/echarts.git commit 7a7bd4054fc2c1ea5633202b9598e438f324162c Merge: 5dea867 86bb85b Author: Yi Shen AuthorDate: Thu Dec 23 12:31:59 2021 +080

[GitHub] [echarts] echarts-bot[bot] commented on pull request #16225: introduce new keyframe based animation to graphic component and custom series

2021-12-22 Thread GitBox
echarts-bot[bot] commented on pull request #16225: URL: https://github.com/apache/echarts/pull/16225#issuecomment-136160 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, pl

[GitHub] [echarts] pissang merged pull request #16225: introduce new keyframe based animation to graphic component and custom series

2021-12-22 Thread GitBox
pissang merged pull request #16225: URL: https://github.com/apache/echarts/pull/16225 -- 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-unsu

[GitHub] [echarts] whk-lywn commented on issue #16239: Fill each box in ‘’ with a different color

2021-12-22 Thread GitBox
whk-lywn commented on issue #16239: URL: https://github.com/apache/echarts/issues/16239#issuecomment-112361 1.Is it possible to use ‘transform’ to transform the data of the object array, var data = [ {value:[850, 740, 900, 1070, 930, 850, 950, 980, 980, 880, 1000,

[GitHub] [echarts] thdeotjq12 opened a new issue #16270: [Bug] svg pie chart first rendering bug

2021-12-22 Thread GitBox
thdeotjq12 opened a new issue #16270: URL: https://github.com/apache/echarts/issues/16270 ### Version 5.0.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce ![pie bug 1](https://user-images.githubusercontent.com/30168906/147169854-3794

[GitHub] [echarts] github-actions[bot] closed issue #11845: hope that beside every option doc, there is a related demo link so that we can see the difference by the option in the chart directly

2021-12-22 Thread GitBox
github-actions[bot] closed issue #11845: URL: https://github.com/apache/echarts/issues/11845 -- 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: commi

[GitHub] [echarts] github-actions[bot] closed issue #11859: [minBI]Add tag

2021-12-22 Thread GitBox
github-actions[bot] closed issue #11859: URL: https://github.com/apache/echarts/issues/11859 -- 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: commi

[GitHub] [echarts] github-actions[bot] commented on issue #11693: yAxis.splitLine.lineStyle.color 希望可以支持填充渐变色

2021-12-22 Thread GitBox
github-actions[bot] commented on issue #11693: URL: https://github.com/apache/echarts/issues/11693#issuecomment-999879304 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] github-actions[bot] closed issue #11693: yAxis.splitLine.lineStyle.color 希望可以支持填充渐变色

2021-12-22 Thread GitBox
github-actions[bot] closed issue #11693: URL: https://github.com/apache/echarts/issues/11693 -- 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: commi

[GitHub] [echarts] github-actions[bot] commented on issue #11859: [minBI]Add tag

2021-12-22 Thread GitBox
github-actions[bot] commented on issue #11859: URL: https://github.com/apache/echarts/issues/11859#issuecomment-999879338 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] github-actions[bot] commented on issue #11845: hope that beside every option doc, there is a related demo link so that we can see the difference by the option in the chart directly

2021-12-22 Thread GitBox
github-actions[bot] commented on issue #11845: URL: https://github.com/apache/echarts/issues/11845#issuecomment-999879322 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] sahilsaini110 commented on issue #16239: Fill each box in ‘’ with a different color

2021-12-22 Thread GitBox
sahilsaini110 commented on issue #16239: URL: https://github.com/apache/echarts/issues/16239#issuecomment-999711883 @whk-lywn I would like to work on this issue may u explain to me further in which file do I exactly need to change? -- This is an automated message from the Apache Gi

[GitHub] [echarts] sahilsaini110 commented on pull request #16207: fix(graph-circular.html/graph-grid-life.html/graph-label-rotate.html/…

2021-12-22 Thread GitBox
sahilsaini110 commented on pull request #16207: URL: https://github.com/apache/echarts/pull/16207#issuecomment-999698042 @Ovilia @pissang may u now check this as I have done the changes -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [echarts] echarts-bot[bot] closed issue #16267: [Bug] 盒须图的四分位间距应当是IQR

2021-12-22 Thread GitBox
echarts-bot[bot] closed issue #16267: URL: https://github.com/apache/echarts/issues/16267 -- 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-

[echarts-examples] branch gh-pages updated: 修复盒须图四分位间距简称

2021-12-22 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/echarts-examples.git The following commit(s) were added to refs/heads/gh-pages by this push: new 79fa18f 修复盒须图四分位间距简称 new 1c3

[GitHub] [echarts] plainheart commented on issue #16267: [Bug] 盒须图的四分位间距应当是IQR

2021-12-22 Thread GitBox
plainheart commented on issue #16267: URL: https://github.com/apache/echarts/issues/16267#issuecomment-999463321 感谢刊误,欢迎给 [**echarts-examples**](https://github.com/apache/echarts-examples/blob/gh-pages/public/examples/ts/boxplot-light-velocity2.ts#L14) 仓库提 PR 修复下。 -- This is an automate

[GitHub] [echarts] DataMonk2017 opened a new issue #16269: [Bug] Box plot is not generated as expected. The max of box plot and the horizontal line that links max and q3 are both missing.

2021-12-22 Thread GitBox
DataMonk2017 opened a new issue #16269: URL: https://github.com/apache/echarts/issues/16269 ### Version 5.2.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1. use the link: https://echarts.apache.org/examples/zh/editor.html?c=boxp

[GitHub] [echarts] echarts-bot[bot] commented on issue #16268: 5.2.2 地图多图层,鼠标滚轮缩放被分层了;鼠标悬浮在地图的区域上,高亮效果丢失了

2021-12-22 Thread GitBox
echarts-bot[bot] commented on issue #16268: URL: https://github.com/apache/echarts/issues/16268#issuecomment-999441932 @1033131900 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] 1033131900 opened a new issue #16268: 5.2.2 地图多图层,鼠标滚轮缩放被分层了;鼠标悬浮在地图的区域上,高亮效果丢失了

2021-12-22 Thread GitBox
1033131900 opened a new issue #16268: URL: https://github.com/apache/echarts/issues/16268 ### Version 5.2.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 您好,我在官网看到您的github账号链接,遇到2个奇怪的问题,恳求帮忙,第一个是需要用到地图的某个城市的区县和街道信息,所以我用了地图的serie

[GitHub] [echarts] LorenzoXue opened a new issue #16267: [Bug] 盒须图的四分位间距应当是IQR

2021-12-22 Thread GitBox
LorenzoXue opened a new issue #16267: URL: https://github.com/apache/echarts/issues/16267 ### Version 5.2.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 当前示例的盒须图 https://echarts.apache.org/examples/zh/editor.html?c=boxplot-light-

[GitHub] [echarts] echarts-bot[bot] commented on issue #16267: [Bug] 盒须图的四分位间距应当是IQR

2021-12-22 Thread GitBox
echarts-bot[bot] commented on issue #16267: URL: https://github.com/apache/echarts/issues/16267#issuecomment-999436399 @LorenzoXue 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] echarts-bot[bot] commented on issue #16266: [Bug] K线图数据渲染错误

2021-12-22 Thread GitBox
echarts-bot[bot] commented on issue #16266: URL: https://github.com/apache/echarts/issues/16266#issuecomment-999402415 @xiaozhang199900 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 lik

[GitHub] [echarts] xiaozhang199900 opened a new issue #16266: [Bug] K线图数据渲染错误

2021-12-22 Thread GitBox
xiaozhang199900 opened a new issue #16266: URL: https://github.com/apache/echarts/issues/16266 ### Version 5.2.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce import * as echarts from 'echarts'; var chartDom = document.getElem

[GitHub] [echarts] Mike-Jia commented on issue #16150: [Feature] xAxis.axisLabel.formatter and xAxis.axisLabel.interval add more data in callback function.

2021-12-22 Thread GitBox
Mike-Jia commented on issue #16150: URL: https://github.com/apache/echarts/issues/16150#issuecomment-999400864 Hi @Ovilia, Any updates? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [echarts] pissang edited a comment on issue #16127: ECharts server-side rendering SVG contains invalid font property

2021-12-22 Thread GitBox
pissang edited a comment on issue #16127: URL: https://github.com/apache/echarts/issues/16127#issuecomment-983514232 @htr3n We are considering providing an option that can use `viewBox` instead of fixed `width` and `height`. -- This is an automated message from the Apache Git Service. To

[GitHub] [echarts] nanzhiji opened a new issue #16265: [Feature] 希望添加一个事件去控制动画停留在某一刻(seek)

2021-12-22 Thread GitBox
nanzhiji opened a new issue #16265: URL: https://github.com/apache/echarts/issues/16265 ### What problem does this feature solve? 在云编辑器类似的项目中引入表格。因为有时间轴的概念,所以需要知道每一帧时图表呈现的状态。 ### What does the proposed API look like? 如同animate.js中seek() -- This is an automated message

[GitHub] [echarts] echarts-bot[bot] commented on issue #16265: [Feature] 希望添加一个事件去控制动画停留在某一刻(seek)

2021-12-22 Thread GitBox
echarts-bot[bot] commented on issue #16265: URL: https://github.com/apache/echarts/issues/16265#issuecomment-999390785 @nanzhiji 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

[echarts] branch graphic-animation updated (ba196e0 -> 86bb85b)

2021-12-22 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch graphic-animation in repository https://gitbox.apache.org/repos/asf/echarts.git. from ba196e0 fix(animation): disable animation in the geo roam action. add 86bb85b chore: update zrende