[incubator-echarts] branch line-optimize updated (ddec4f3 -> 76bf8f4)

2020-09-19 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch line-optimize in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from ddec4f3 fix(cartesian): fix null pointer error in point to data add 76bf8f4 test: update

[GitHub] [incubator-echarts] leeoniya edited a comment on pull request #13314: [5.0] [Performance] Improve large line performance. Improve line smoothing.

2020-09-19 Thread GitBox
leeoniya edited a comment on pull request #13314: URL: https://github.com/apache/incubator-echarts/pull/13314#issuecomment-695746133 also, your smoothing does not represent the data well. take a look at using the Catmull-Rom Spline (Centripetal) algo (not fully optimized):

[incubator-echarts-examples] branch next updated: examples tweak

2020-09-19 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/incubator-echarts-examples.git The following commit(s) were added to refs/heads/next by this push: new a1b5804 examples tweak a1b5804

[GitHub] [incubator-echarts] leeoniya edited a comment on pull request #13314: [5.0] [Performance] Improve large line performance. Improve line smoothing.

2020-09-19 Thread GitBox
leeoniya edited a comment on pull request #13314: URL: https://github.com/apache/incubator-echarts/pull/13314#issuecomment-695746133 also, your smoothing does not represent the data well. take a look at using the Catmull-Rom Spline (Centripetal) algo:

[GitHub] [incubator-echarts] leeoniya edited a comment on pull request #13314: [5.0] [Performance] Improve large line performance. Improve line smoothing.

2020-09-19 Thread GitBox
leeoniya edited a comment on pull request #13314: URL: https://github.com/apache/incubator-echarts/pull/13314#issuecomment-695746133 also, your smoothing does not represent the data well. take a look at using the Catmull-Rom Spline (Centripetal) algo:

[GitHub] [incubator-echarts] leeoniya commented on pull request #13314: [5.0] [Performance] Improve large line performance. Improve line smoothing.

2020-09-19 Thread GitBox
leeoniya commented on pull request #13314: URL: https://github.com/apache/incubator-echarts/pull/13314#issuecomment-695746133 also, your smoothing does not represent the data well. take a look at using the Catmull-Rom Spline (Centripetal) algo:

[GitHub] [incubator-echarts] leeoniya commented on pull request #13314: [5.0] [Performance] Improve large line performance. Improve line smoothing.

2020-09-19 Thread GitBox
leeoniya commented on pull request #13314: URL: https://github.com/apache/incubator-echarts/pull/13314#issuecomment-695745867 wow, this is super exciting. can't wait to test this improvement on the uPlot benchmark! https://github.com/leeoniya/uPlot#performance a 10x

[incubator-echarts] branch line-optimize updated (f2fa790 -> ddec4f3)

2020-09-19 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch line-optimize in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from f2fa790 fix(list): fix some null access issues after perf refactor before. add ddec4f3

[GitHub] [incubator-echarts] pissang commented on pull request #13312: feat(sample): support largest-triangle-three-buckets algo

2020-09-19 Thread GitBox
pissang commented on pull request #13312: URL: https://github.com/apache/incubator-echarts/pull/13312#issuecomment-695739495 Thanks a lot for the work! Do you mind changing the pull request target to the next branch This

[GitHub] [incubator-echarts] pissang opened a new pull request #13314: [5.0] [Performance] Improve large line performance. Improve line smoothing.

2020-09-19 Thread GitBox
pissang opened a new pull request #13314: URL: https://github.com/apache/incubator-echarts/pull/13314 This pull request include two improvements to line series. 1. Reduce initial render time(and memory cost) up to 10x in the line series with millions of time series data. 2.

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #13314: [5.0] [Performance] Improve large line performance. Improve line smoothing.

2020-09-19 Thread GitBox
echarts-bot[bot] commented on pull request #13314: URL: https://github.com/apache/incubator-echarts/pull/13314#issuecomment-695714878 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding

[GitHub] [incubator-echarts] stale[bot] commented on issue #8892: dispatchAction hideTip used in line charts, trigger line still exists

2020-09-19 Thread GitBox
stale[bot] commented on issue #8892: URL: https://github.com/apache/incubator-echarts/issues/8892#issuecomment-695661532 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your

[GitHub] [incubator-echarts] stale[bot] closed issue #9047: dataZoom如何控制缩放start和end

2020-09-19 Thread GitBox
stale[bot] closed issue #9047: URL: https://github.com/apache/incubator-echarts/issues/9047 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [incubator-echarts] stale[bot] closed issue #8569: Mark line 的lebel 文本的方向会改变

2020-09-19 Thread GitBox
stale[bot] closed issue #8569: URL: https://github.com/apache/incubator-echarts/issues/8569 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [incubator-echarts] stale[bot] closed issue #9031: 在火狐浏览器下进入到echarts相应实例下,点击download无反应。

2020-09-19 Thread GitBox
stale[bot] closed issue #9031: URL: https://github.com/apache/incubator-echarts/issues/9031 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [incubator-echarts] stale[bot] closed issue #6830: stacked area chart to include negative values in the stack.

2020-09-19 Thread GitBox
stale[bot] closed issue #6830: URL: https://github.com/apache/incubator-echarts/issues/6830 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [incubator-echarts] stale[bot] commented on issue #5506: visualMap可以实现根据数据大小控制,而非通过颜色控制吗?

2020-09-19 Thread GitBox
stale[bot] commented on issue #5506: URL: https://github.com/apache/incubator-echarts/issues/5506#issuecomment-695661458 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your

[GitHub] [incubator-echarts] stale[bot] closed issue #7916: 图表类型为pictorialBar时不支持stack配置

2020-09-19 Thread GitBox
stale[bot] closed issue #7916: URL: https://github.com/apache/incubator-echarts/issues/7916 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [incubator-echarts] stale[bot] commented on issue #9063: 饼图扇形超过1000个时,本应该隐藏的labelLine异常显示

2020-09-19 Thread GitBox
stale[bot] commented on issue #9063: URL: https://github.com/apache/incubator-echarts/issues/9063#issuecomment-695661580 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your

[GitHub] [incubator-echarts] stale[bot] commented on issue #9070: 关于dataZoom存在时, 拖动时点绘制偏移的问题

2020-09-19 Thread GitBox
stale[bot] commented on issue #9070: URL: https://github.com/apache/incubator-echarts/issues/9070#issuecomment-695661507 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your

[GitHub] [incubator-echarts] stale[bot] commented on issue #9087: Access

2020-09-19 Thread GitBox
stale[bot] commented on issue #9087: URL: https://github.com/apache/incubator-echarts/issues/9087#issuecomment-695661555 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your

[GitHub] [incubator-echarts] stale[bot] commented on issue #9054: label后面的inlineHeight属性必须在有rich字段情况下才生效

2020-09-19 Thread GitBox
stale[bot] commented on issue #9054: URL: https://github.com/apache/incubator-echarts/issues/9054#issuecomment-695661605 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your

[GitHub] [incubator-echarts] stale[bot] commented on issue #8845: echarts 力导图 focusNodeAdjacency Action异常

2020-09-19 Thread GitBox
stale[bot] commented on issue #8845: URL: https://github.com/apache/incubator-echarts/issues/8845#issuecomment-695661362 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your

[GitHub] [incubator-echarts] stale[bot] commented on issue #7543: Different tooltip behavior between 3.2.2 and 3.4.0+

2020-09-19 Thread GitBox
stale[bot] commented on issue #7543: URL: https://github.com/apache/incubator-echarts/issues/7543#issuecomment-695661434 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your

[GitHub] [incubator-echarts] stale[bot] commented on issue #6642: Component series.custom not exists. Load it first.

2020-09-19 Thread GitBox
stale[bot] commented on issue #6642: URL: https://github.com/apache/incubator-echarts/issues/6642#issuecomment-695661386 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your

[GitHub] [incubator-echarts] stale[bot] commented on issue #9078: [Bug] 火狐浏览器下使用Mac触控板触发的滚动事件无法阻止默认事件

2020-09-19 Thread GitBox
stale[bot] commented on issue #9078: URL: https://github.com/apache/incubator-echarts/issues/9078#issuecomment-695661494 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your

[GitHub] [incubator-echarts] stale[bot] commented on issue #9066: China map 里 使用nameMap做国际化映射,南海诸岛映射有问题

2020-09-19 Thread GitBox
stale[bot] commented on issue #9066: URL: https://github.com/apache/incubator-echarts/issues/9066#issuecomment-695661411 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13313: Tooltip does not work in parallel plot and can't select an individual line

2020-09-19 Thread GitBox
echarts-bot[bot] commented on issue #13313: URL: https://github.com/apache/incubator-echarts/issues/13313#issuecomment-695410508 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

[GitHub] [incubator-echarts] chudur-budur opened a new issue #13313: Tooltip does not work in parallel plot and can't select an individual line

2020-09-19 Thread GitBox
chudur-budur opened a new issue #13313: URL: https://github.com/apache/incubator-echarts/issues/13313 ### Version 4.9.0 ### Reproduction link [https://jsfiddle.net/ramgorur/7wca392n/latest](https://jsfiddle.net/ramgorur/7wca392n/latest) ### Steps to reproduce Just go

[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #13312: feat(sample): support largest-triangle-three-buckets algo

2020-09-19 Thread GitBox
echarts-bot[bot] commented on pull request #13312: URL: https://github.com/apache/incubator-echarts/pull/13312#issuecomment-695334694 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding

[GitHub] [incubator-echarts] SnailSword opened a new pull request #13312: feat(sample): support largest-triangle-three-buckets algo

2020-09-19 Thread GitBox
SnailSword opened a new pull request #13312: URL: https://github.com/apache/incubator-echarts/pull/13312 ## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do?

[GitHub] [incubator-echarts] 100pah commented on issue #13241: Series.custom.renderItem return BezierCurve will fill color in the whole area instead of being a Curve.

2020-09-19 Thread GitBox
100pah commented on issue #13241: URL: https://github.com/apache/incubator-echarts/issues/13241#issuecomment-695311628 Try `stroke` instead of `fill` please. This is an automated message from the Apache Git Service. To

[GitHub] [incubator-echarts] 100pah edited a comment on issue #13259: dynamic multiple titles auto fit in a multiple funnel chart?在一个多图漏斗图中,如何让多个title自适应展示?

2020-09-19 Thread GitBox
100pah edited a comment on issue #13259: URL: https://github.com/apache/incubator-echarts/issues/13259#issuecomment-695216878 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-echarts] 100pah commented on issue #13259: dynamic multiple titles auto fit in a multiple funnel chart?在一个多图漏斗图中,如何让多个title自适应展示?

2020-09-19 Thread GitBox
100pah commented on issue #13259: URL: https://github.com/apache/incubator-echarts/issues/13259#issuecomment-695216878 可设置 [title.textAlign](https://echarts.apache.org/en/option.html#title.textAlign): center This is

[GitHub] [incubator-echarts] 100pah commented on issue #13262: echarts 支持传入 canvas 对象的 context

2020-09-19 Thread GitBox
100pah commented on issue #13262: URL: https://github.com/apache/incubator-echarts/issues/13262#issuecomment-695216518 这个文档是否有帮助

[GitHub] [incubator-echarts] 100pah commented on issue #13264: draw rect when xAxis.type is 'time' or 'category'

2020-09-19 Thread GitBox
100pah commented on issue #13264: URL: https://github.com/apache/incubator-echarts/issues/13264#issuecomment-695215672 Could we know the original requirement? This is an automated message from the Apache Git Service. To

[GitHub] [incubator-echarts-doc] long-woo opened a new pull request #131: fix: 修复雷达图的textStyle层级问题,应属于name子节点

2020-09-19 Thread GitBox
long-woo opened a new pull request #131: URL: https://github.com/apache/incubator-echarts-doc/pull/131 ![image](https://user-images.githubusercontent.com/3394035/93666723-0d73bc00-fab3-11ea-9d7a-d363fafeedc2.png) This

[GitHub] [incubator-echarts] 100pah commented on issue #13276: 多个series,xAxis轴type为category,在交叉的区间内,点的个数不同会出现线来回折的情况

2020-09-19 Thread GitBox
100pah commented on issue #13276: URL: https://github.com/apache/incubator-echarts/issues/13276#issuecomment-695204352 数据须按日期排序,再输入 echarts ,就不会来回折。 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-echarts] 100pah commented on issue #13278: Pie chart

2020-09-19 Thread GitBox
100pah commented on issue #13278: URL: https://github.com/apache/incubator-echarts/issues/13278#issuecomment-695204228 And might help. This is an

[GitHub] [incubator-echarts] 100pah edited a comment on issue #13288: xAxis type为'time'时,minInterval无效

2020-09-19 Thread GitBox
100pah edited a comment on issue #13288: URL: https://github.com/apache/incubator-echarts/issues/13288#issuecomment-695204023 > 横坐标显示不重 是否可以设置: ```js xAxis: { axisLabel: { showMinLabel: false, showMaxLabel: false, ...

[GitHub] [incubator-echarts] 100pah edited a comment on issue #13288: xAxis type为'time'时,minInterval无效

2020-09-19 Thread GitBox
100pah edited a comment on issue #13288: URL: https://github.com/apache/incubator-echarts/issues/13288#issuecomment-695204023 是否可以设置: ```js xAxis: { axisLabel: { showMinLabel: false, showMaxLabel: false, ... } } ```

[GitHub] [incubator-echarts] 100pah commented on issue #13288: xAxis type为'time'时,minInterval无效

2020-09-19 Thread GitBox
100pah commented on issue #13288: URL: https://github.com/apache/incubator-echarts/issues/13288#issuecomment-695204023 是否可以设置: ```js xAxis: { } ``` This is an automated message from the Apache Git Service. To

[GitHub] [incubator-echarts] 100pah commented on issue #13279: Allow chart action controls for modifying data visualization in the rendered charts

2020-09-19 Thread GitBox
100pah commented on issue #13279: URL: https://github.com/apache/incubator-echarts/issues/13279#issuecomment-695203441 ECharts is rendered by Canvas or SVG, not HTML. A good pattern of this job I think it probably be: Get user parameters (like data select, bar click, ...) and

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13289: Update Symbol property of tree type chart on nodes expand and collapse

2020-09-19 Thread GitBox
echarts-bot[bot] commented on issue #13289: URL: https://github.com/apache/incubator-echarts/issues/13289#issuecomment-695201128 @nirav3650 Please provide a demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM or https://gallery.echartsjs.com/editor.html.

[GitHub] [incubator-echarts] 100pah commented on issue #13291: MarkLine tied to axis instead of series

2020-09-19 Thread GitBox
100pah commented on issue #13291: URL: https://github.com/apache/incubator-echarts/issues/13291#issuecomment-695200297 > An extra series can still be toggled on or off, but the markLine should be always visible. If the extra series is toggled by `legend`, we can make the legend do

[incubator-echarts] branch next updated: fix: fix parallel smooth update. fix #13302 .

2020-09-19 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git The following commit(s) were added to refs/heads/next by this push: new 2d1c701 fix: fix parallel smooth

[GitHub] [incubator-echarts] ysys1991 opened a new issue #13311: 柱状图当y轴是time类型,为何不能实现堆叠效果

2020-09-19 Thread GitBox
ysys1991 opened a new issue #13311: URL: https://github.com/apache/incubator-echarts/issues/13311 ![image](https://user-images.githubusercontent.com/46883673/93664428-8f5ae980-faa1-11ea-864a-515b86c2b5c2.png) 如上图,当y轴坐标类型为time无法实现堆叠效果,右侧是数据,堆叠配置见下图

[GitHub] [incubator-echarts] echarts-bot[bot] closed issue #13311: 柱状图当y轴是time类型,为何不能实现堆叠效果

2020-09-19 Thread GitBox
echarts-bot[bot] closed issue #13311: URL: https://github.com/apache/incubator-echarts/issues/13311 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13311: 柱状图当y轴是time类型,为何不能实现堆叠效果

2020-09-19 Thread GitBox
echarts-bot[bot] commented on issue #13311: URL: https://github.com/apache/incubator-echarts/issues/13311#issuecomment-695193533 This issue is not created using [issue template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close it.  Sorry for this, but it helps

[GitHub] [incubator-echarts] Bilge edited a comment on issue #13291: MarkLine tied to axis instead of series

2020-09-19 Thread GitBox
Bilge edited a comment on issue #13291: URL: https://github.com/apache/incubator-echarts/issues/13291#issuecomment-695189589 An interesting workaround but not a solution. * An extra series can still be toggled on or off, but the markLine should be always visible. * Abusing

[GitHub] [incubator-echarts] Bilge commented on issue #13291: MarkLine tied to axis instead of series

2020-09-19 Thread GitBox
Bilge commented on issue #13291: URL: https://github.com/apache/incubator-echarts/issues/13291#issuecomment-695189589 An interesting workaround but not a solution. This is an automated message from the Apache Git Service.

[GitHub] [incubator-echarts] 100pah commented on issue #13291: MarkLine tied to axis instead of series

2020-09-19 Thread GitBox
100pah commented on issue #13291: URL: https://github.com/apache/incubator-echarts/issues/13291#issuecomment-695188632 At present there are probably these solutions: + Make an extra series that dedicates to render to markLine. + Use a `custom series` to render the line instead of the

[GitHub] [incubator-echarts] chudur-budur commented on issue #13302: Can change an option value in a dynamic parallel coordinate plot after rendering for the first time, but not for the next time

2020-09-19 Thread GitBox
chudur-budur commented on issue #13302: URL: https://github.com/apache/incubator-echarts/issues/13302#issuecomment-695188678 > It seems to be a bug. > Before it fixed, perhaps we can only work around with `chart.setOption(option, { notMerge: true })`. Thanks for the follow-up.

[GitHub] [incubator-echarts] 100pah commented on issue #13302: Can change an option value in a dynamic parallel coordinate plot after rendering for the first time, but not for the next time

2020-09-19 Thread GitBox
100pah commented on issue #13302: URL: https://github.com/apache/incubator-echarts/issues/13302#issuecomment-695186867 It seems to be a bug. Before it fixed, perhaps we can only work around with `chart.setOption(option, { notMerge: true })`.

[GitHub] [incubator-echarts] 100pah commented on issue #13309: 多个表格可以并行渲染么?

2020-09-19 Thread GitBox
100pah commented on issue #13309: URL: https://github.com/apache/incubator-echarts/issues/13309#issuecomment-695185664 1. 每个图的渲染时长比较长,是否有可能进行优化。比如进行采样等缩减渲染的点。 2. 如果页面有 20 个图,是否可以优先渲染当前展现的图,未展现的延后? This is an automated

[GitHub] [incubator-echarts] Alen-Huan commented on issue #5346: y坐标轴标题(name)文字位置不能相对于y轴居左的问题

2020-09-19 Thread GitBox
Alen-Huan commented on issue #5346: URL: https://github.com/apache/incubator-echarts/issues/5346#issuecomment-695172868 nameRotate: -0.1 我也是,-0.1有效 This is an automated message from the Apache Git Service. To respond to the