fc4dbb80de
## PR Description - Create display legend setting - Create pagination inside the legend - Animate the legend on enter/exit - Animate the transition between pages ## Video QA https://github.com/user-attachments/assets/a68a4ea3-195f-4399-88f7-f83bc1a39cc4
3 lines
130 B
TypeScript
3 lines
130 B
TypeScript
// Estimated width of a legend item in pixels (dot + gap + label + container gap)
|
|
export const LEGEND_ITEM_ESTIMATED_WIDTH = 100;
|