Skip to content

Commit

Permalink
export fillMissingDataPoints
Browse files Browse the repository at this point in the history
  • Loading branch information
rita-morozova committed May 3, 2024
1 parent 11a9040 commit 1ab198c
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

### Added

- Export `fillMissingDataPoints`.

## [13.1.0] - 2024-04-23

Expand Down
1 change: 1 addition & 0 deletions packages/polaris-viz/src/utilities/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export {classNames} from './classnames';
export {getBarId} from './getBarId';
export {formatDataIntoGroups} from './formatDataIntoGroups';
export {formatDataForTooltip} from './formatDataForTooltip';
export {fillMissingDataPoints} from './fillMissingDataPoints';
export {getStackedMinMax} from './getStackedMinMax';
export {getStackedValues} from './getStackedValues';
export {pushGapToArray} from './pushGapToArray';
Expand Down

0 comments on commit 1ab198c

Please sign in to comment.