ChartsHTML

[PROJECT TITLE]

[Project description

Build

DOC

// un peu bancal mais ça marche…

=> type issues with manager…

=> parent listen children => parent signal ??? => children.attach() => requestUpdate => parentChanged => update. => children.detach()

=> listen properties. => throttle => requestUpdate => if no changes : nothing => if changes update() => order depending on type (datasets before scales, etc) => permet de retirer beforeChartUpdate()

TODO

Bugs

🐛 Empty tooltip : do not show. 🐛 Actuellement, le pan ne fonctionne pas avec l’API JS. 🐛 Actuellement Datalabels requiert Tooltip 🐛 jsapi-value-cstr

Features

-> Initial components in ChartHTML cstr ? […args] ? -> {scales: {name:}, datasets: {}} ? -> {[type]: {[name]: {otherprops}}} -> special : curves: { [name]: {opts+type}} => capitalize.

-> tooltips => external: externalTooltipHandler https://www.chartjs.org/docs/latest/samples/tooltip/html.html

Refactors

TS type errors