Chart.js/docs/axes/radial
Jukka Kurkela 53c6c618c6 Allow pre-parsed data (to scale id's) (#6768)
* Allow pre-parsed data (to scale id's)
* Only update `count` references in pre-parsed mode
* Documentation
2019-12-06 19:47:00 -05:00
..
linear.md Allow pre-parsed data (to scale id's) (#6768) 2019-12-06 19:47:00 -05:00
README.md Fix typos and make the docs consistent (#6020) 2019-01-29 13:34:16 +01:00

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.