plotly / plotly/react-plotly.js

OnBeforeHover returns just an event rather than datapoints and an event

未关闭
#259 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
JavaScript
星标
1.1k
派生
138
平均合并
3 天 2 小时
30 天内合并 PR
4

描述

The title really says it all. I've attempted to set up an example in codePen (taking my code and boiling it down), however, the older versions didn't even call OnBeforeHover so I tried updating the versions, but I'm not at all familiar with the way in which scripts are loaded in via HTML tags, I think I've done it correctly, however, I have access to neither createPlotlyComponent nor plotComponentFactory in my code.

https://codepen.io/tim-logan/pen/NWgbBvr?editors=1010

I'm attempting to get enough data to make the hover only be active near the line rather than the entire fill, but it's a lot harder if I only have the mouse event.

Oh, and just for clarity, what I get out is NOT

{
  event: mouseEvent,
  points: [] /undefined etc
  ...
}

What I get out is just

event: mouseEvent

(The type definitions claims I should get the first out though)

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

使用链接的 CodePen 重现 OnBeforeHover 行为,并检查组件的类型定义,其中声称 callback 同时包含 event 和 datapoints。跟踪 callback 的暴露方式,并确认返回值除了 mouse event 之外还包含 datapoints。

由索引模型根据 Issue 内容生成。

评估

技术栈
javascript, react
领域
data-visualization, frontend
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
32/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。