mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
UI/fix stacked charts tooltip (#26592)
* update selector vertical bar basic * WIP vertical bar stacked component * css for bars * update css * remove test data * abstract monthly data getter * move shared functions to base component * rename tick formatting helper * Revert "move shared functions to base component" This reverts commit 5f931ea6f048df204650f9b4c6ba86195fa668b4. * fix merge conflicts * finish typescript declarations * update chart-helpers test with renamed method * use timestamp instead of month * finish typescript * finish ts cleanup * add charts to token tab; * dont blow out scope * add comments and tests * update token test * fix tooltip hover spacing * cleanup selectors * one last test! * delete old chart
This commit is contained in:
@@ -24,7 +24,7 @@ export const CLIENT_TYPES = [
|
||||
'secret_syncs',
|
||||
] as const;
|
||||
|
||||
type ClientTypes = (typeof CLIENT_TYPES)[number];
|
||||
export type ClientTypes = (typeof CLIENT_TYPES)[number];
|
||||
|
||||
// returns array of VersionHistoryModels for noteworthy upgrades: 1.9, 1.10
|
||||
// that occurred between timestamps (i.e. queried activity data)
|
||||
|
||||
Reference in New Issue
Block a user