[GitHub] [echarts] github-actions[bot] commented on pull request #12750: fix(pictorialBar): fix label font style not being updated . close #12743

2022-06-04 Thread GitBox
github-actions[bot] commented on PR #12750: URL: https://github.com/apache/echarts/pull/12750#issuecomment-1146685481 This PR has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it

[GitHub] [echarts] github-actions[bot] commented on issue #12741: Horizontal Selection (Line-X) freezes on the graph sometimes

2022-06-04 Thread GitBox
github-actions[bot] commented on issue #12741: URL: https://github.com/apache/echarts/issues/12741#issuecomment-1146685477 This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to

[GitHub] [echarts] github-actions[bot] commented on issue #12616: Add border type for style in render item of custom series.

2022-06-04 Thread GitBox
github-actions[bot] commented on issue #12616: URL: https://github.com/apache/echarts/issues/12616#issuecomment-1146685460 This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to

[GitHub] [echarts] github-actions[bot] commented on issue #9797: Stacked bars not drawn properly.

2022-06-04 Thread GitBox
github-actions[bot] commented on issue #9797: URL: https://github.com/apache/echarts/issues/9797#issuecomment-1146685446 This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to m

[GitHub] [echarts] github-actions[bot] closed issue #9116: Tooltips with the "axis" trigger are closed when calling chartInstance.setOption().

2022-06-04 Thread GitBox
github-actions[bot] closed issue #9116: Tooltips with the "axis" trigger are closed when calling chartInstance.setOption(). URL: https://github.com/apache/echarts/issues/9116 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [echarts] github-actions[bot] commented on issue #9116: Tooltips with the "axis" trigger are closed when calling chartInstance.setOption().

2022-06-04 Thread GitBox
github-actions[bot] commented on issue #9116: URL: https://github.com/apache/echarts/issues/9116#issuecomment-1146685439 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

[GitHub] [echarts] ZhengRui commented on issue #17015: 如何读取dataset中转换后的数据

2022-06-04 Thread GitBox
ZhengRui commented on issue #17015: URL: https://github.com/apache/echarts/issues/17015#issuecomment-1146629950 same question here -- 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 com

[GitHub] [echarts] ZhengRui commented on issue #14642: How to get data when using datasets and transformations?

2022-06-04 Thread GitBox
ZhengRui commented on issue #14642: URL: https://github.com/apache/echarts/issues/14642#issuecomment-1146628999 > You cannot get the transformed data. What do you need the data for? In my case, I need to get the selected data within brush area, the `brushSelected` event params only re

[GitHub] [echarts] zz5840 commented on issue #17138: [Feature] Line style for varied segments and connectNulls

2022-06-04 Thread GitBox
zz5840 commented on issue #17138: URL: https://github.com/apache/echarts/issues/17138#issuecomment-1146580568 > We should also provide a way to set the lineStyle for the lines from `connectNulls`. The API may be > > ```js > { > nullLineStyle: {...}, > nullAreaStyle: {...}