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

fix broken anchors #3660

Merged
merged 19 commits into from
Jun 9, 2023
Merged

fix broken anchors #3660

merged 19 commits into from
Jun 9, 2023

Conversation

Fil
Copy link
Member

@Fil Fil commented Jun 8, 2023

No description provided.

@Fil Fil marked this pull request as ready for review June 8, 2023 21:21
@Fil Fil requested a review from mbostock June 8, 2023 21:21
Comment on lines -917 to -928
* [*pow*](./d3-scale/pow.md#_pow) - compute the range value corresponding to a given domain value.
* [*pow*.invert](./d3-scale/pow.md#pow_invert) - compute the domain value corresponding to a given range value.
* [*pow*.exponent](./d3-scale/pow.md#pow_exponent) - set the power exponent.
* [*pow*.domain](./d3-scale/pow.md#pow_domain) - set the input domain.
* [*pow*.range](./d3-scale/pow.md#pow_range) - set the output range.
* [*pow*.rangeRound](./d3-scale/pow.md#pow_rangeRound) - set the output range and enable rounding.
* [*pow*.clamp](./d3-scale/pow.md#pow_clamp) - enable clamping to the domain or range.
* [*pow*.interpolate](./d3-scale/pow.md#pow_interpolate) - set the output interpolator.
* [*pow*.ticks](./d3-scale/pow.md#pow_ticks) - compute representative values from the domain.
* [*pow*.tickFormat](./d3-scale/pow.md#pow_tickFormat) - format ticks for human consumption.
* [*pow*.nice](./d3-scale/pow.md#pow_nice) - extend the domain to nice round numbers.
* [*pow*.copy](./d3-scale/pow.md#pow_copy) - create a copy of this scale.
Copy link
Member Author

Choose a reason for hiding this comment

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

lots of links removed but the API still allows these call.

@mbostock mbostock force-pushed the fil/fix-links-anchors branch 2 times, most recently from 781b42a to d1d2b76 Compare June 8, 2023 22:34
@mbostock mbostock enabled auto-merge (squash) June 9, 2023 02:36
@mbostock mbostock merged commit efd5cf1 into main Jun 9, 2023
1 check passed
@mbostock mbostock deleted the fil/fix-links-anchors branch June 9, 2023 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants