enable positioning of horizontal legend below xaxis label
未关闭
还没有人认领这个 Issue。
feature
P3
- 主要语言
- JavaScript
- 星标
- 18.3k
- 派生
- 2k
- 平均合并
- 2 天 12 小时
- 30 天内合并 PR
- 28
描述
I want to put a (long) legend horizontally and below the xaxis.
But I have some trouble with positioning.
- By default, the legend runs into the axis label (see Fig. below).
- Putting the legend below the xaxis seems to require some guessing for a negative
y(or are the better ways?
Plotly.newPlot('graph', [
{ y: [2, 1, 3]},
{ y: [4, 2, 5]},
{ y: [3, 3, 6]},
],
{xaxis: {title: {text: 'axis label'}},
legend: {title: {text: 'legend title'},
orientation: 'h'}
}
)
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从提供的 JSFiddle 开始,使用 issue 中的 Plotly.newPlot 配置,在 x 轴标签下方复现水平图例。跟踪图例和轴标签在布局中的定位方式,然后验证长水平图例可以放置在 x 轴下方,而不会发生重叠,也不需要手动猜测负 y 值。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- data-visualization, frontend
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100