[GitHub] [echarts] benlongo commented on pull request #16850: Fix prepareCustoms key for Single axis.

2022-05-19 Thread GitBox
benlongo commented on PR #16850: URL: https://github.com/apache/echarts/pull/16850#issuecomment-1132425115 Sorry for the long delay! I've added a test and confirmed that it is broken on master and that this branch fixes it. I additionally fixed a typo I came across but can pull that into a

[GitHub] [echarts] RootJian commented on issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
RootJian commented on issue #17071: URL: https://github.com/apache/echarts/issues/17071#issuecomment-1132385286 > I don't think it's a bug, according to [doc](https://echarts.apache.org/zh/option.html#series-line.lineStyle). As you set `itemStyle.color`, the default line color will be

[GitHub] [echarts] RootJian closed issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
RootJian closed issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style URL: https://github.com/apache/echarts/issues/17071 -- 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] jiawulin001 commented on issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
jiawulin001 commented on issue #17071: URL: https://github.com/apache/echarts/issues/17071#issuecomment-1132376192 I don't think it's a bug, according to [doc](https://echarts.apache.org/zh/option.html#series-line.lineStyle). As you set `itemStyle.color`, the default line color will be

[echarts] branch master updated: fix(time): Quarters split the year into 4 quarters not 3. close #17057 (#17073)

2022-05-19 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.git The following commit(s) were added to refs/heads/master by this push: new 6ee5f7076 fix(time): Quarters split the year

[GitHub] [echarts] Ovilia merged pull request #17073: fix(time): Quarters split the year into 4 quarters not 3. close #17057

2022-05-19 Thread GitBox
Ovilia merged PR #17073: URL: https://github.com/apache/echarts/pull/17073 -- 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] echarts-bot[bot] commented on pull request #17073: fix(time): Quarters split the year into 4 quarters not 3. close #17057

2022-05-19 Thread GitBox
echarts-bot[bot] commented on PR #17073: URL: https://github.com/apache/echarts/pull/17073#issuecomment-1132371307 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

[GitHub] [echarts] Ovilia closed issue #17057: [Bug] Quarter in date format returns only up to Quarter 3

2022-05-19 Thread GitBox
Ovilia closed issue #17057: [Bug] Quarter in date format returns only up to Quarter 3 URL: https://github.com/apache/echarts/issues/17057 -- 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] RootJian commented on issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
RootJian commented on issue #17071: URL: https://github.com/apache/echarts/issues/17071#issuecomment-1132371104 > > use `symbol: 'circle'` instead of `symbol: 'emptyCircle'`(default value). > > ``` > option = { > xAxis: { > type: 'category', > data: ['Mon',

[GitHub] [echarts] fuchunhui commented on issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
fuchunhui commented on issue #17071: URL: https://github.com/apache/echarts/issues/17071#issuecomment-1132364065 > ``` option = { xAxis: { type: 'category', data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'] }, yAxis: { type: 'value'

[GitHub] [echarts] RootJian commented on issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
RootJian commented on issue #17071: URL: https://github.com/apache/echarts/issues/17071#issuecomment-1132348473 > Try setting: `symbol: 'path://M30.9,53.2C16.8,53.2,5.3,41.7,5.3,27.6S16.8,2,30.9,2C45,2,56.4,13.5,56.4,27.6S45,53.2,30.9,53.2z

[GitHub] [echarts] RootJian commented on issue #17072: [Feature] [LineChart] 希望添加 symbolSize 配置以及将select 样式权重设置高于emphasis样式

2022-05-19 Thread GitBox
RootJian commented on issue #17072: URL: https://github.com/apache/echarts/issues/17072#issuecomment-1132341621 > > 希望能够提供配置手动设置放大像素值 > > 从 v5.3.2 开始,symbol 的 `emphasis.scale` 支持数值类型,参见 #16688。文档可能有疏漏,仅 [scatter

[GitHub] [echarts] jiawulin001 commented on issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
jiawulin001 commented on issue #17071: URL: https://github.com/apache/echarts/issues/17071#issuecomment-1132341315 Try setting: `symbol: 'path://M30.9,53.2C16.8,53.2,5.3,41.7,5.3,27.6S16.8,2,30.9,2C45,2,56.4,13.5,56.4,27.6S45,53.2,30.9,53.2z

[GitHub] [echarts] RootJian commented on issue #17072: [Feature] [LineChart] 希望添加 symbolSize 配置以及将select 样式权重设置高于emphasis样式

2022-05-19 Thread GitBox
RootJian commented on issue #17072: URL: https://github.com/apache/echarts/issues/17072#issuecomment-1132341151 > > > 希望能够提供配置手动设置放大像素值 > > 从 v5.3.2 开始,symbol 的 `emphasis.scale` 支持数值类型,参见 #16688。文档可能有疏漏,仅 [scatter

[GitHub] [echarts] RootJian commented on issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
RootJian commented on issue #17071: URL: https://github.com/apache/echarts/issues/17071#issuecomment-1132334627 > It's an empty circle by default, which is transparent inside However, it is not the interior that is transparent

[GitHub] [echarts] RootJian commented on issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
RootJian commented on issue #17071: URL: https://github.com/apache/echarts/issues/17071#issuecomment-1132334237 > It's transparent by default. However, it is not the interior that is transparent

[GitHub] [echarts] jiawulin001 commented on issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
jiawulin001 commented on issue #17071: URL: https://github.com/apache/echarts/issues/17071#issuecomment-1132328958 It's transparent by default. -- 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

[GitHub] [echarts] plainheart commented on issue #17072: [Feature] [LineChart] 希望添加 symbolSize 配置以及将select 样式权重设置高于emphasis样式

2022-05-19 Thread GitBox
plainheart commented on issue #17072: URL: https://github.com/apache/echarts/issues/17072#issuecomment-1132238261 > 希望能够提供配置手动设置放大像素值 从 v5.3.2 开始,symbol 的 `emphasis.scale` 支持数值类型,参见 #16688。文档可能有疏漏,仅 [scatter

[GitHub] [echarts] anthonyadamski commented on issue #10478: "Can't get dom width or height" incorrectly fires for width/height values of 0.

2022-05-19 Thread GitBox
anthonyadamski commented on issue #10478: URL: https://github.com/apache/echarts/issues/10478#issuecomment-1132139940 Any update? -- 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

[GitHub] [echarts] tztzt commented on issue #16959: [Bug] Pie Chart Title textAlign 'center' not accurate

2022-05-19 Thread GitBox
tztzt commented on issue #16959: URL: https://github.com/apache/echarts/issues/16959#issuecomment-1131868699 Commenting to try to get some visibility on this issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [echarts] susiwen8 commented on pull request #17073: fix(time): Quarters split the year into 4 quarters not 3. close #17057

2022-05-19 Thread GitBox
susiwen8 commented on PR #17073: URL: https://github.com/apache/echarts/pull/17073#issuecomment-1131841917 Could you remove unnecessary binary file? -- 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

[GitHub] [echarts] echarts-bot[bot] commented on pull request #17073: fix(time): Quarters split the year into 4 quarters not 3. close #17057

2022-05-19 Thread GitBox
echarts-bot[bot] commented on PR #17073: URL: https://github.com/apache/echarts/pull/17073#issuecomment-1131836508 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)

[GitHub] [echarts] Fritzbox2000 opened a new pull request, #17073: fix(time): Quarters split the year into 4 quarters not 3. close #17057

2022-05-19 Thread GitBox
Fritzbox2000 opened a new pull request, #17073: URL: https://github.com/apache/echarts/pull/17073 ## Brief Information This pull request is in the type of: - [y] bug fixing - [ ] new feature - [ ] others ### What does this PR do? The

[GitHub] [echarts] echarts-bot[bot] closed issue #17065: [Bug] tooltip.axisPointer interfers with data.series.emphasis.focus series

2022-05-19 Thread GitBox
echarts-bot[bot] closed issue #17065: [Bug] tooltip.axisPointer interfers with data.series.emphasis.focus series URL: https://github.com/apache/echarts/issues/17065 -- 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] susiwen8 commented on issue #17065: [Bug] tooltip.axisPointer interfers with data.series.emphasis.focus series

2022-05-19 Thread GitBox
susiwen8 commented on issue #17065: URL: https://github.com/apache/echarts/issues/17065#issuecomment-1131741894 Duplicate with #16388 -- 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

[GitHub] [echarts] RootJian commented on issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
RootJian commented on issue #17071: URL: https://github.com/apache/echarts/issues/17071#issuecomment-1131680247 ![image](https://user-images.githubusercontent.com/41674118/169302884-fbac5404-4f31-46cb-bdc9-006332cf3d92.png) ui design -- This is an automated message from the Apache Git

[GitHub] [echarts] RootJian commented on issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
RootJian commented on issue #17071: URL: https://github.com/apache/echarts/issues/17071#issuecomment-1131676637 > > use `symbol: 'circle'` instead of `symbol: 'emptyCircle'`(default value). emmm, I need transparency in the middle, not solid.☺ -- This is an automated

[GitHub] [echarts] fuchunhui commented on issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
fuchunhui commented on issue #17071: URL: https://github.com/apache/echarts/issues/17071#issuecomment-1131637832 use `symbol: 'circle'` instead of `symbol: emptyCircle`(default value). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [echarts] RootJian commented on issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
RootJian commented on issue #17071: URL: https://github.com/apache/echarts/issues/17071#issuecomment-1131618533 > If you want to stop displaying symbols, set `symbol` to `'none'`. Check this [reference](https://echarts.apache.org/zh/option.html#series-line.symbol). Thx. But i want

[GitHub] [echarts] RootJian opened a new issue, #17072: [Feature] [LineChart] 希望添加 symbolSize 配置以及将select 样式权重设置高于emphasis样式

2022-05-19 Thread GitBox
RootJian opened a new issue, #17072: URL: https://github.com/apache/echarts/issues/17072 ### What problem does this feature solve? 1. echarts symbolSize 设置6和emphasis.scale为true时,放大效果不明显,希望能够提供配置手动设置放大像素值

[GitHub] [echarts] echarts-bot[bot] commented on issue #17072: [Feature] [LineChart] 希望添加 symbolSize 配置以及将select 样式权重设置高于emphasis样式

2022-05-19 Thread GitBox
echarts-bot[bot] commented on issue #17072: URL: https://github.com/apache/echarts/issues/17072#issuecomment-1131616736 @RootJian 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] jiawulin001 commented on issue #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
jiawulin001 commented on issue #17071: URL: https://github.com/apache/echarts/issues/17071#issuecomment-1131612944 If you want to stop displaying symbols, set `symbol` to `'none'`. Check this [reference](https://echarts.apache.org/zh/option.html#series-line.symbol). -- This is an

[GitHub] [echarts] RootJian opened a new issue, #17071: [Bug][LineChart] option [ itemStyle.color ] effect line style

2022-05-19 Thread GitBox
RootJian opened a new issue, #17071: URL: https://github.com/apache/echarts/issues/17071 ### Version 5.3.2 ### Link to Minimal Reproduction

[GitHub] [echarts] RybinLi commented on issue #16780: object is not a constructor

2022-05-19 Thread GitBox
RybinLi commented on issue #16780: URL: https://github.com/apache/echarts/issues/16780#issuecomment-1131557390 我最近也碰到了同样的问题, echarts 版本5.1.1 按需引入:ios13 和 ios 14 报错,ios15 正常 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [echarts] Ling310 opened a new issue, #17070: [Bug] line chart with symbol set dispatchAction.dataZoom, the rightmost symbol and axisLabel animation is wrong

2022-05-19 Thread GitBox
Ling310 opened a new issue, #17070: URL: https://github.com/apache/echarts/issues/17070 ### Version 5.3.2 ### Link to Minimal Reproduction https://codepen.io/ling310/pen/zYRwjJp ### Steps to Reproduce https://codepen.io/ling310/pen/zYRwjJp ###

[GitHub] [echarts] echarts-bot[bot] closed issue #17002: [bug] webSocket 推送的散点渲染出来是正方形的

2022-05-19 Thread GitBox
echarts-bot[bot] closed issue #17002: [bug] webSocket 推送的散点渲染出来是正方形的 URL: https://github.com/apache/echarts/issues/17002 -- 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] echarts-bot[bot] commented on issue #17002: [bug] webSocket 推送的散点渲染出来是正方形的

2022-05-19 Thread GitBox
echarts-bot[bot] commented on issue #17002: URL: https://github.com/apache/echarts/issues/17002#issuecomment-1131504072 This issue is closed due to not being active. Please feel free to open it again (for the author) or create a new one and reference this (for others) if you have further

[GitHub] [echarts] hemisu opened a new pull request, #17069: fix(type): AxisLabelBaseOption extends TextCommonOption should be Lab…

2022-05-19 Thread GitBox
hemisu opened a new pull request, #17069: URL: https://github.com/apache/echarts/pull/17069 …elOption ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?

[GitHub] [echarts] echarts-bot[bot] commented on pull request #17069: fix(type): AxisLabelBaseOption extends TextCommonOption should be Lab…

2022-05-19 Thread GitBox
echarts-bot[bot] commented on PR #17069: URL: https://github.com/apache/echarts/pull/17069#issuecomment-1131485719 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)

[GitHub] [echarts] kaihenzler commented on issue #10079: scroll event may prevent after use inside dataZoom

2022-05-19 Thread GitBox
kaihenzler commented on issue #10079: URL: https://github.com/apache/echarts/issues/10079#issuecomment-1131485632 I wanted to share my workaround for this issue. - The basic idea is to disable zooming by setting `zoomLock: true` - Add keyboard event listener to the `window` for

[GitHub] [echarts-doc] jiawulin001 opened a new issue, #254: Standard of data input should be specified when stack on time/value axis

2022-05-19 Thread GitBox
jiawulin001 opened a new issue, #254: URL: https://github.com/apache/echarts-doc/issues/254 As is stated in https://github.com/apache/echarts/issues/16700, stack on time/value axis needs user to provide elaborate dataset. It really looks like a bug when user cannot stack data correctly on

[GitHub] [echarts] halo951 commented on issue #17054: [Feature] series-type为custom的自定义系列图形,legend的name是否可以像饼图和漏斗图映射到series.data上去

2022-05-19 Thread GitBox
halo951 commented on issue #17054: URL: https://github.com/apache/echarts/issues/17054#issuecomment-1131294016 目前, 我在项目中的实现是用了一个 width:0, height:0 的 pie chart 去伪造一个图例, 但这种方式, 不是很正经, 还是要通过优化api去解决问题. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [echarts] ethannguyen276 opened a new issue, #17068: [Bug] Custom series is not hidden after the legend is toggled off

2022-05-19 Thread GitBox
ethannguyen276 opened a new issue, #17068: URL: https://github.com/apache/echarts/issues/17068 ### Version 5.3.2 ### Link to Minimal Reproduction https://codesandbox.io/s/condescending-proskuriakova-x4p4h1 ### Steps to Reproduce 1. Toggle off both series 1