Ability to add footer to chart on the front-end
維護者通常 1 天內回覆
還沒有人認領這個 Issue。
評估
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 新手友好度
- 32/100
- Issue 類型
- 功能
- 描述清晰度
- 需要釐清
- 活躍度
- 停滯
- 技術堆疊
- javascript, php, wordpress
研究方向
先檢視 issue 中描述的前端圖表呈現與手動設定路徑,然後將其與提供的 JavaScript workaround 和螢幕截圖進行比較。完成後應提供一種受支援的方式,在頁尾或頁首顯示圖表資料來源,同時不犧牲水平軸描述,並包含相關的設定行為。
由索引模型根據 Issue 內容生成。
描述
An enhancement to be able to add sources to the data of graphs (possible footer/header like in this screenshot -> http://prntscr.com/p24vpo )
However, there is a workaround with JS <<thanks @SilviuDinu>>(it modifies the horizontal axis description but if the description is needed, there is no solution) with the following code, trying JSON from google's API doesnt work in manual configuration.
<script type = "text/javascript">
var chartTitle = document.querySelectorAll(".visualizer-front svg g g text");
for (var i = 0; i < chartTitle.length; i = i + 1) {
if (chartTitle[i].innerHTML === 'Source: Data Insight') {
chartTitle[i].setAttribute('x', 120);
}
};
</script>
Refference -> https://secure.helpscout.net/conversation/942172660/200370?folderId=212385
- 主要語言
- PHP
- 星號
- 108
- 分支
- 29
- 平均合併
- 1 天 5 小時
- 30 天內合併 PR
- 8
環境準備
- 沒有 Dockerfile 或 Docker Compose 檔案
- 有 Pull Request 範本
- 閱讀貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
Codeinwp/visualizer 的其他 Issue
-
feature-request-triage
難度 4/5 3-5 天 新手友好度 64/100
Codeinwp/visualizer#1388 ·
維護者通常 1 天內回覆
-
`visualizer_schedule_refresh_db` remains missing after Visualizer reactivation可能已有人在做 @Alexia-Soare 於 6 天前認領。 未關閉bug-report bug-report-triage customer report
難度 4/5 3-5 天 新手友好度 48/100
Codeinwp/visualizer#1384 · 4 則留言 · 已指派 1 人 ·
維護者通常 1 天內回覆
-
Action Scheduler queue cleanup fatals with "Unidentified action" after concurrent deletion可能已有人在做 @Alexia-Soare 於 10 天前認領。 未關閉bug-report bug-report-triage
Codeinwp/visualizer#1369 · 已指派 1 人 ·
維護者通常 1 天內回覆
-
Action Scheduler async queue crashes on WordPress 5.3 with `wpdb::db_server_info()` error可能重新可做 @girishpanchal30 於 46 天前認領,目前沒有進行中的 PR。 未關閉bug-report bug-report-triage crash-report
Codeinwp/visualizer#1361 · 5 則留言 · 已指派 1 人 ·
維護者通常 1 天內回覆
-
Add a Default value for font settings可能重新可做 關聯的 PR 已關閉且未合併。 未關閉
難度 2/5 1-3 小時 新手友好度 25/100
Codeinwp/visualizer#1111 ·
維護者通常 1 天內回覆
查看 Codeinwp/visualizer 的全部 Issue
相似的 Issue
-
難度 2/5 1-3 小時 新手友好度 65/100
521xueweihan/HelloGitHub#3790 ·
-
bug
難度 2/5 1-3 小時 新手友好度 88/100
維護者通常 1 天內回覆
-
enhancement
難度 2/5 1-3 小時 新手友好度 68/100
-
難度 2/5 1-3 小時 新手友好度 78/100
benjaminkott/bootstrap_package#1670 ·
-
sync-en
難度 2/5 1-3 小時 新手友好度 85/100
維護者通常 2 天內回覆