Hacktoberfest 2026:維護者為十月標記出來的 issue,仍然開放、適合新手。 瀏覽 Hacktoberfest issue

Ability to add footer to chart on the front-end

未關閉
#522 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

維護者通常 1 天內回覆

還沒有人認領這個 Issue。

評估

難度
4/5
預估耗時
3-5 天
新手友好度
32/100
Issue 類型
功能
描述清晰度
需要釐清
活躍度
停滯

研究方向

先檢視 issue 中描述的前端圖表呈現與手動設定路徑,然後將其與提供的 JavaScript workaround 和螢幕截圖進行比較。完成後應提供一種受支援的方式,在頁尾或頁首顯示圖表資料來源,同時不犧牲水平軸描述,並包含相關的設定行為。

由索引模型根據 Issue 內容生成。

描述

documentation hold

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

環境準備

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

Codeinwp/visualizer 的其他 Issue

查看 Codeinwp/visualizer 的全部 Issue

相似的 Issue

更多 PHP Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。