Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task/audit victory scatter typescript props #1510

Merged
merged 5 commits into from
Apr 17, 2020

Conversation

maddles
Copy link
Contributor

@maddles maddles commented Apr 13, 2020

Audit of prop typescript defs for VictoryScatter.

  • Change typescript target to es6
  • Added additional props to VictoryCommonProps interface
  • Added additional props to VictoryScatterProps interface

@maddles maddles requested a review from boygirl April 13, 2020 22:59
@maddles maddles marked this pull request as draft April 14, 2020 01:06
…th surrogate pairs rather than fromCodePoint for VictoryScatter demo
@maddles maddles marked this pull request as ready for review April 14, 2020 13:16
samples?: number;
size?: number | { (data: any): number };
sortOrder?: string;
style?: VictoryStyleInterface;
symbol?: ScatterSymbolType | { (data: any): ScatterSymbolType };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you check on ScatterSymbolType for me? I think it might be incomplete for recent props changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On it!

Copy link
Contributor

@boygirl boygirl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is looking great! Approved pending minor question.

@boygirl
Copy link
Contributor

boygirl commented Apr 17, 2020

Approved! Thank you!

@maddles maddles merged commit 4dba661 into master Apr 17, 2020
@maddles maddles deleted the task/audit-victory-scatter-typescript-props branch April 21, 2020 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants