Skip to content

Commit

Permalink
Add comment to types.ts indicate meaning of fillValue
Browse files Browse the repository at this point in the history
Co-authored-by: Koen Vendrik <k.vendrik@gmail.com>
  • Loading branch information
philschoefer and kvendrik authored Dec 1, 2023
1 parent 312cc80 commit 6a59e11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/polaris-viz-core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ export interface DataSeries {
name?: string;
metadata?: {[key: string]: any};
styleOverride?: StyleOverride;
/**
* Value that gets used to fill in missing data points. Defaults to `null`.
*/
fillValue?: DataPoint['value'];
}

Expand Down

0 comments on commit 6a59e11

Please sign in to comment.