mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 06:45:46 +00:00
refactor(FE): Handle ideal/outside ranges in uniformity tooltip
This commit is contained in:
+2
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user