Anna McPhee
Anna McPhee
Related to [#64](https://github.com/Automattic/red-team/issues/64) ## Proposed Changes * adds a new empty state for Clicks ## Testing Instructions * go to the live branch * apply `stats/empty-module-traffic` feature flag * verify...
Related to https://github.com/Automattic/red-team/issues/14 ## Proposed Changes * This PR builds upon the previous PR #91872 to now disable dismiss functionality completely on the notice, rather than only hiding the dismiss...
Related to # ## Proposed Changes ## Why are these changes being made? * ## Testing Instructions * Open live branch * Navigate to traffic page * Add flag `stats/date-picker-calendar`...
Add support for custom legend positioning with legendHorizontalAlign and legendVerticalAlign props
## Proposed changes: * This PR adds support for custom legend positioning in charts through new `horizontalAlign` and `verticalAlign` props on the legend components. This enhancement allows for more flexible...
Closes CHARTS-144 ## Proposed changes: * Add new `TrendIndicator` component for displaying directional trends with values * Support three directions: `up` (green), `down` (red), `neutral` (gray) * Include arrow icon...
## Proposed changes: * Add new Sparkline chart component for inline trend visualization * Add `display` property to `AxisOptions` type for controlling axis visibility * Use existing `gridVisibility` prop for...
Closes CHARTS-146 ## Proposed changes: * Add new SegmentedBar component for displaying horizontal segmented progress bars * Supports proportional and equal-width segment modes * Includes marker indicator for showing target/threshold...
## Proposed changes: * Fix container height calculation in BarChart, LineChart, PieChart, and PieSemiCircleChart components * Update container height to be `height + (showLegend ? legendHeight : 0)` to properly...