In this article, I will introduce some web chart interaction terminology, which is useful for front-end engineers when explaining how to manipulate charts developed on a website.
放大/縮小。
We implemented zoom in and zoom out functionality so users can explore data trends more clearly.
我們實作了放大與縮小功能,讓使用者可以更清楚地探索數據趨勢。
平移拖曳畫面。
The chart supports pan around to help users navigate large datasets efficiently.
圖表支援拖曳平移,幫助使用者有效瀏覽大型資料集。
pan the chart 拖曳圖表
拖曳並放下。
You can drag and drop nodes on the diagram to rearrange the layout dynamically.
你可以在圖上拖曳節點來動態地重新排版。
滑鼠懸停。
When the user hovers over a data point, a tooltip displays detailed information.
當使用者滑鼠懸停在資料點上時,會顯示詳細的工具提示資訊。
圖例切換。
You can use the legend toggle to show or hide the sales data for individual regions.
你可以使用圖例開關來顯示或隱藏個別地區的銷售數據。
深層探究,當使用者利用滑鼠點擊一個欄位或元件時,可開啟另一頁面,顯示更詳細的資訊。
Many websites have some form of hyperlink navigation as you drill down.
瀏覽層層網頁時,你會發現很多網頁都有超連結導航。
They are very common, so I will not explain them in detail.
軸,例如 x-axis, y-axis。
The y-axis of the chart represents the total number of visitors.
圖表的 y 軸 代表總訪客人數。
圖例。
Please refer to the legend to understand what each color on the chart represents.
請參考圖例,以了解圖表上每個顏色所代表的意義。
工具提示 / 提示框。
When you hover over a bar, a tooltip appears with the exact sales figure.
當你將滑鼠游標移至長條圖上時,會出現一個工具提示,顯示精確的銷售數字。
系列 / 數據系列。
This chart has two series: one for new users and another for returning users.
這張圖表有兩個數據系列:一個代表新使用者,另一個代表回訪使用者。
標籤。
The labels on the x-axis are too crowded; we need to rotate them.
x 軸 上的標籤太擁擠了;我們需要將它們旋轉。
網格線。
The gridlines make it easier to compare the values across different months.
網格線 使比較不同月份的數值變得更容易。