Please enable JavaScript.
Coggle requires JavaScript to display documents.
Replay - Coggle Diagram
Replay
fileController:管理所有選取要replay的檔案們
維護一個panelDataList :star:
加上recInfo資訊
file資料格式same as filetable的dataList
下載(複用filetable的)
改檔名(複用filetable的)
移動檔案(複用filetable的)
刪除(複用filetable的)
import new file to replay panel component(開啟一個pop up,秀File.vue)
chartController:管理chart的顯示資料與layout
維護一個chartData (key: chartID),每一張圖均含有一套overview chart, detail chart & toolbox :star:
current resample rate
auto (根據要顯示的時間段的長度來決定)
手動選取
grid
調整grid layout (local)
顯示格線or not的button
parameter面板
toolbox:管理操作chart的工具們
dataZoom
zoom both
zoom only x axis
zoom only y axis
axis
change axis data source (i.e. 換x/y軸channel)
change axis scale (e.g. linear / log / custom conversion)
change min/max (點座標軸的值秀pop up)
change axis interval
auto (自動根據目前visible data設定一合適的整數作為間距)
manually set
change axis unit
series
set measure (markLine)
change window size
set flag (markArea)
change window step
displayController:管理chart的layout (global)
chart
height
width