refactor(FE): Handle ideal/outside ranges in uniformity tooltip

This commit is contained in:
rstubryan
2026-01-08 13:52:23 +07:00
parent 3b9599d169
commit c894f26d18
3 changed files with 99 additions and 10 deletions
+2
View File
@@ -8,6 +8,8 @@ export type WeightDistributionRange = {
max_weight: number;
bird_count: number;
is_ideal_range: boolean;
ideal_range?: string;
outside_range?: string;
};
export type IdealRange = {