From: Jacco van den Berg Date: Mon, 25 Jul 2022 12:45:52 +0000 (+0200) Subject: Fix dead link on reload or open in new tab (#10515) X-Git-Tag: v3.9.0~14 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=de3596d4afbd3373d9fc0b6eeb7706e340ad2f1a;p=thirdparty%2FChart.js.git Fix dead link on reload or open in new tab (#10515) * make link work in github itself * fix dead link on reload or new tab --- diff --git a/docs/axes/labelling.md b/docs/axes/labelling.md index 9ab75ffab..5f613b6f8 100644 --- a/docs/axes/labelling.md +++ b/docs/axes/labelling.md @@ -31,7 +31,7 @@ The call to the method is scoped to the scale. `this` inside the method is the s If the callback returns `null` or `undefined` the associated grid line will be hidden. :::tip -The [category axis](../axes/cartesian/category), which is the default x-axis for line and bar charts, uses the `index` as internal data format. For accessing the label, use `this.getLabelForValue(value)`. [API: getLabelForValue](../api/classes/scale.html#getlabelforvalue) +The [category axis](../axes/cartesian/category), which is the default x-axis for line and bar charts, uses the `index` as internal data format. For accessing the label, use `this.getLabelForValue(value)`. [API: getLabelForValue](../api/classes/Scale.html#getlabelforvalue) ::: In the following example, every label of the Y-axis would be displayed with a dollar sign at the front.