plotly / plotly/react-plotly.js
Axis `automarging` does not work
未關閉
還沒有人認領這個 Issue。
- 主要語言
- JavaScript
- 星號
- 1.1k
- 分支
- 138
- 平均合併
- 3 天 2 小時
- 30 天內合併 PR
- 4
描述
Hello,
I cannot get the Plotly.js automargin feature to work in React for axis ticks and labels.
Here is an example using official example:
// ...
var data = [
{
x: ['Apples', 'Oranges', 'Watermelon', 'Pears'],
y: [3, 2, 1, 4],
type: 'bar'
}
];
var layout = {
autosize: false,
width: 500,
height: 500,
yaxis: {
title: 'Y-axis Title',
ticktext: ['long label','Very long label','3','label'],
tickvals: [1, 2, 3, 4],
tickmode: 'array',
automargin: true,
titlefont: { size:20 },
},
};
return (
<div className="card-page">
<Plot data={data} layout={layout}></Plot>
</div>
What I get is this:
Am I missing a setting?
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
該 issue 未指定任何 repository 檔案或測試;首先重現其啟用 automargin 且帶有較長 y 軸刻度標籤的 inline JavaScript/React 範例。追蹤由此產生的邊距行為,並根據渲染後的範例驗證結果;當所回報的座標軸標籤間距問題獲得解釋並修正,或得到明確記錄時,即視為完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- javascript, react
- 領域
- data-visualization, frontend
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100