Skip to content

Commit

Permalink
chore: removed null as it became redundant ht Nick
Browse files Browse the repository at this point in the history
  • Loading branch information
monfera committed Jan 18, 2021
1 parent beebcea commit fb25f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/chart_state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export interface PointerStates {
/** @internal */
export interface InteractionsState {
pointer: PointerStates;
highlightedLegendItemKey: PrimitiveValue | null;
highlightedLegendItemKey: PrimitiveValue;
highlightedLegendPath: LegendPath;
deselectedDataSeries: SeriesIdentifier[];
}
Expand Down

0 comments on commit fb25f8f

Please sign in to comment.