optinist icon indicating copy to clipboard operation
optinist copied to clipboard

limit frames on timeseries plot

Open ReiHashimoto opened this issue 2 years ago • 0 comments

課題

  • frame数が多いデータの際に、TimeSeriesのプロット表示に時間がかかる

対策

Frontend

  • デフォルトの上限値を設ける
  • プロット選択時のoutputs/inittimedata API結果取得時に、総frame数が取得できる
    • 総frame数を表示する欄を追加
    • 取得するframe範囲(start, end)を指定するフォームを追加
  • 既存のxrange(left, right)は上記frame範囲内で指定する

Backend

  • outputs/timedata APIにstart, endクエリパラメータ(optional)を追加
    • Frontendで指定したframe範囲内のデータのみ返却する

ReiHashimoto avatar Sep 27 '23 04:09 ReiHashimoto