Customdata should accept a data frame
还没有人认领这个 Issue。
- 主要语言
- R
- 星标
- 2.7k
- 派生
- 641
- PR 合并指标
- 30 天内没有已合并 PR
描述
My understanding is that anything that can be serialized to JSON from R can be passed to customdata, so probably what I want to do is fine for that part I'm not sure where I read this, I can't set customdata to a data frame.
My request is to make it possible to specify in the special "%{}" notation of hovertemplate to access fields of customdata. Or is there a more appropriate way to do this?
I would like something this to work:
plot_ly(x=mpg$displ, y=mpg$hwy, customdata=mpg, hovertemplate="x: %{x}\ny: %{y}\ncustom: %{customdata$year}")
alternatively customdata["year"] with javascript syntax, or whatever is appropriate.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
该 issue 没有指明文件、测试或入口点。首先跟踪 customdata 和 hovertemplate 的处理方式,并使用提供的 mpg 示例重现这一限制。当可以将数据框作为 customdata 传入,并且 hovertemplate 能够使用文档所述的语法访问其 year 字段时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, r
- 领域
- data-visualization
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100