antvis/G2

图例超长情况下,修改图表高度(Resize),图例 tooltip 位置有误 #5409

Darsoon posted onGitHub

<!-- Thank you for reporting an issue. 1. It's RECOMMENDED to submit PR for typo or tiny bug fix. 2. If this's a FEATURE request, please provide: details, pseudo codes if necessary. 3. If this's a BUG, please provide: course repetition, error log and configuration. Fill in as much of the template below as you're able. 4. It will be nice to use to provide a CodePen Link which can reproduce the issue, we provide a CodePen template g2-github-issue. 感谢您向我们反馈问题。 1. 提交问题前,请先阅读 README 中的贡献帮助文档。 2. 我们推荐如果是小问题(错别字修改,小的 bug fix)直接提交 PR。 3. 如果是一个新需求,请提供:详细需求描述,最好是有伪代码实现。 4. 如果是一个 BUG,请提供:复现步骤,错误日志以及相关配置,并尽量填写下面的模板中的条目。 5. 如果可以,请提供尽可能精简的 CodePen 链接,可使用 CodePen 模板 https://codepen.io/leungwensen/pen/WXJgox,方便我们排查问题。 6. 扩展阅读:如何向开源项目提交无法解答的问题 -->

  • G2 Version: 4.1.32 5.x
  • Platform:
  • Mini Showcase(like screenshots):
  • CodePen Link:

<!-- Enter your issue details below this comment. -->

当图例超长,然后修改图表高度,图例 tooltip 出现的位置有误 官方 demo 可复现

官网demo


@Darsoon 很好的问题,有兴趣来提交一个 PR 吗,这段代码在 https://github.com/antvis/G2/blob/master/src/interaction/action/component/tooltip/ellipsis-text.ts

问题就是 tooltip.show 之前,没有给正确的 curLoc。

posted by hustcc over 1 year ago

@Darsoon 很好的问题,有兴趣来提交一个 PR 吗,这段代码在 https://github.com/antvis/G2/blob/master/src/interaction/action/component/tooltip/ellipsis-text.ts

问题就是 tooltip.show 之前,没有给正确的 curLoc。

👌🏻

posted by Darsoon over 1 year ago

@Darsoon 很好的问题,有兴趣来提交一个 PR 吗,这段代码在 https://github.com/antvis/G2/blob/master/src/interaction/action/component/tooltip/ellipsis-text.ts

问题就是 tooltip.show 之前,没有给正确的 curLoc。

问题排查不是因为没有给 curLoc,而是 tooltip 显示位置依赖 htmlTooltip 中的 region 属性,代码在 https://github.com/antvis/component/blob/master/src/util/align.ts#L72。 但目前 region 只在实例化时有赋值,后续图表发生 size 变更是没有更新该属性的。 所以修改方式是在触发 tooltip 时重新赋值 region

posted by Darsoon over 1 year ago

Fund this Issue

$0.00
Funded

Pull requests