chartjs / Chart.js

Simple HTML5 Charts using the <canvas> tag
https://www.chartjs.org/
MIT License
63.92k stars 11.89k forks source link

Title padding does not appear to be scriptable (or type needs updating?) #11759

Open ddhogan opened 2 months ago

ddhogan commented 2 months ago

Documentation Is:

Please Explain in Detail...

The configuration section (https://www.chartjs.org/docs/latest/configuration/title.html#title-configuration) indicates that the padding property is scriptable, but the allowed types include only number | { top: number; bottom: number } and not Scriptable or ScriptableOptions, etc: https://github.com/chartjs/Chart.js/blob/ec927ee0854b7369b892afbdb14d5a12196887de/src/types/index.d.ts#L2543

Your Proposal for Changes

It appears that either:

Example

No response