mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
* Update stale documentation for axis titles (#9682) Updated the documentation for the types on axis labels. In the corresponding `index.esm.d.ts` file, put JSDoc descriptions for the properties to match the now-updated documentation. * Clean up axis title labels documentation (#9682) Inserted extra information in the documentation for the type of the padding, inserted missing full stops. In the type file, added JSDoc for undocumented properties. * Update docs/axes/labelling.md * Update types/index.esm.d.ts Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com>