Skip to content

Commit

Permalink
Merge pull request #1953 from 2metres/main
Browse files Browse the repository at this point in the history
Add histogram to VictoryThemeDefinition interface
  • Loading branch information
boygirl authored Aug 31, 2021
2 parents 7775396 + 10b6fde commit f14da75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/victory-core/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,12 @@ export interface VictoryThemeDefinition {
labels?: VictoryLabelStyleObject | VictoryLabelStyleObject[];
};
} & VictoryCommonThemeProps;
histogram?: {
style?: {
data?: VictoryStyleObject;
labels?: VictoryLabelStyleObject | VictoryLabelStyleObject[];
};
} & VictoryCommonThemeProps;
independentAxis?: {
style?: {
axis?: VictoryStyleObject;
Expand Down

0 comments on commit f14da75

Please sign in to comment.