Skip to content

Commit

Permalink
Merge pull request #1664 from Shopify/rita/re-export-fillMissingDataP…
Browse files Browse the repository at this point in the history
…oints

Re-export fillMissingDataPoints
  • Loading branch information
rita-morozova authored May 3, 2024
2 parents 516a275 + 2395fce commit 99eb5c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
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

- Re-export `fillMissingDataPoints`.

## [13.1.1] - 2024-05-03

Expand Down
6 changes: 5 additions & 1 deletion packages/polaris-viz/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@ export type {
ChartState,
} from '@shopify/polaris-viz-core';

export {renderLinearTooltipContent, setSingleSeriesActive} from './utilities';
export {
renderLinearTooltipContent,
setSingleSeriesActive,
fillMissingDataPoints,
} from './utilities';

export {getTooltipContentRenderer} from './utilities/getTooltipContentRenderer';

Expand Down

0 comments on commit 99eb5c2

Please sign in to comment.