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

docs(vx-heatmap): convert to docgen #709

Merged
merged 2 commits into from
May 22, 2020

Conversation

williaster
Copy link
Collaborator

📝 Documentation

Part of #680, updates @vx/heatmap docs to the new non-static docgen.

After
image
image

Before
image

@hshoff @kristw

@williaster williaster added this to the v1 milestone May 14, 2020
@williaster williaster mentioned this pull request May 14, 2020
opacityScale?: OpacityScale;
/** Accessor that returns an array of cell BinDatums (rows) for the provided ColumnData. */
bins?: (column: ColumnDatum) => BinDatum[];
/** Accessor that returns the count for the provided Bin. */
count?: (bin: BinDatum) => number;
/** className to apply to each heatmap circle element. */
Copy link
Member

Choose a reason for hiding this comment

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

😄

@williaster williaster merged commit 15706ea into chris--fix-docgen May 22, 2020
@williaster williaster deleted the chris--docgen-heatmap branch May 22, 2020 21:54
@hshoff hshoff modified the milestones: v1, v0.0.197 Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants