Skip to content

Commit

Permalink
Add missing unselectedOpacity to LegendConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Aug 16, 2019
1 parent 2646d20 commit e531677
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/legend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ export type LegendConfig = LegendMixins &
* @minimum 0
*/
gradientLength?: number;

/**
* TODO: write me
*/
unselectedOpacity?: number;
};

/**
Expand Down

0 comments on commit e531677

Please sign in to comment.