Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
susiekims committed Jan 29, 2024
1 parent 097dee9 commit 85025a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/polaris-viz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->
## Unreleased

### Changed

- Hide overflowing LegendItems in LineChart, VerticalBarChart, and StackedAreaChart legends.

## [10.3.2] - 2024-01-22

Expand Down
1 change: 1 addition & 0 deletions packages/polaris-viz/src/components/LineChart/Chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ export function Chart({
renderLegendContent={renderLegendContent}
renderHiddenLegendLabel={renderHiddenLegendLabel}
width={width}
enableHideOverflow
/>
)}
</Fragment>
Expand Down

0 comments on commit 85025a7

Please sign in to comment.