We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
padding
number | { top: number; bottom: number }
Scriptable
ScriptableOptions
Chart.js/src/types/index.d.ts
Line 2543 in ec927ee
It appears that either:
Title
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 onlynumber | { top: number; bottom: number }
and notScriptable
orScriptableOptions
, etc:Chart.js/src/types/index.d.ts
Line 2543 in ec927ee
Your Proposal for Changes
It appears that either:
padding
on theTitle
element is not scriptablenumber | { top: number; bottom: number }
Example
No response
The text was updated successfully, but these errors were encountered: