mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-12 03:06:54 +01:00
fix broken url in docs (#8070)
This commit is contained in:
@@ -22,4 +22,4 @@ var chart = new Chart(ctx, {
|
||||
|
||||
## More details
|
||||
|
||||
Please see [the time scale documentation](./time.md) for all other details.
|
||||
Please see [the time scale documentation](./time.mdx) for all other details.
|
||||
|
||||
@@ -4,4 +4,4 @@ title: Radial Axes
|
||||
|
||||
Radial axes are used specifically for the radar and polar area chart types. These axes overlay the chart area, rather than being positioned on one of the edges. One radial axis is included by default in Chart.js.
|
||||
|
||||
* [radialLinear](./linear.md#linear-radial-axis)
|
||||
* [radialLinear](./linear.mdx)
|
||||
|
||||
Reference in New Issue
Block a user