chartjs treemap onClick; onClick event in chartjs treemap; Treemap ChartJs OnClick function - Part 1

Опубликовано: 16 Сентябрь 2023
на канале: CoderDmitri
178
0

chartjs treemap onClick; onClick event in chartjs treemap; Treemap ChartJs OnClick function - Part 1

CORE:
in Options, pass onClick: (event, ARRAY) = console.log(ARRAY)
inside the Array argument of the onClick function there will be INDEX

see here: https://stackoverflow.com/questions/4...

note, it is NOT in docs, but it is there: https://chartjs-chart-treemap.pages.d...