plotly / plotly/angular-plotly.js
Reference line for nominal values
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 242
- 派生
- 81
- 平均合并
- 8 小时 48 分钟
- 30 天内合并 PR
- 18
描述
Hi all,
I would like to add two traces - one of type 'box' and the other of type 'line'.
Line width is controlled whenever I plot numerical values - simply using the min/ max values to select my lint starting/ ending point.
However, I'm trying to get my line start/ end according to the nominal value I have (e.g., 'T1') so I cannot use x0 and x1 as numerical values.
When trying to set: x0: 'T1' and x1: 'T1' I get a dot and not a line.
Is there a way to set the start/ end point according to the box plot width?
Following an image of what I'd like to achieve - a box plot with two reference lines/ limit lines:
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先,在 angular-plotly.js 中使用名义值 'T1' 重现报告的箱形图和线条轨迹,包括所附示例中的参考线。确定相关的绘图入口点或文档,然后验证线条端点是否可以跟随箱形图宽度,并记录受支持的行为或所需的更改。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- angular, typescript
- 领域
- data-visualization, frontend
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100