0
我使用谷歌的可視化圖表(時間線)爲我的web應用程序 .. https://developers.google.com/chart/interactive/docs/gallery/timeline設置時間表到圖表的頂部(谷歌的可視化圖表)
任何機構可以提出一個解決方案,以使時間軸欄位於圖表頂部。目前時間軸欄位於圖表底部。(如下圖所示)。
感謝
我使用谷歌的可視化圖表(時間線)爲我的web應用程序 .. https://developers.google.com/chart/interactive/docs/gallery/timeline設置時間表到圖表的頂部(谷歌的可視化圖表)
任何機構可以提出一個解決方案,以使時間軸欄位於圖表頂部。目前時間軸欄位於圖表底部。(如下圖所示)。
感謝
似乎沒有配置選項來設置時間軸上圖的頂部。
從例子在谷歌網站,我得到了時間表(編號1790和1800)以下的SVG代碼:
<g>
<text text-anchor="middle" x="NaN" y="NaN" font-family="undefined" font-size="0" stroke="none" stroke-width="0" fill-opacity="1" fill="none"></text>
<text text-anchor="middle" x="122.44134100696262" y="144.026" font-family="Arial" font-size="13" stroke="none" stroke-width="0" fill="#000000">1790</text>
<text text-anchor="middle" x="528.1048013844729" y="144.026" font-family="Arial" font-size="13" stroke="none" stroke-width="0" fill="#000000">1800</text>
</g>
它被放置後的時間表圖表主要SVG代碼。有可能在圖表之前使用某些查詢/刪除/位置「手動」移動它,但這可能容易出錯。