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:
claire bontempo
2024-04-24 14:47:07 -07:00
committed by GitHub
parent 15bdb500b9
commit 19786e54b4
32 changed files with 853 additions and 768 deletions

View File

@@ -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)