monitoring(wealth): pin META RSU panel to 6y window
Dashboard default time range is now-180d, but the META vesting + sell arc spans 2020-11 → 2026-02. With the default window the panel just showed a flat line at $64 (the empty post-sell residual). timeFrom='6y' override makes panel 27 always render the full vesting curve regardless of the dashboard-level time selector.
This commit is contained in:
parent
9a06a76883
commit
37c7668181
1 changed files with 2 additions and 1 deletions
|
|
@ -2224,7 +2224,8 @@
|
|||
"format": "time_series",
|
||||
"rawSql": "SELECT valuation_date::timestamp AS \"time\", total_value AS rsu_value FROM daily_account_valuation WHERE account_id = '72d34e09-c1a6-41aa-99ea-abe3305ecc4a' AND $__timeFilter(valuation_date) ORDER BY valuation_date"
|
||||
}
|
||||
]
|
||||
],
|
||||
"timeFrom": "6y"
|
||||
}
|
||||
],
|
||||
"refresh": "5m",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue