Char

Hello,
Does Handsontable support charts like pie charts, line charts, column charts, and others?
Thanks

Hi @ykifahh

Handsontable does not have any built-in plugins for charts. However, we have:

  • ability to render any HTML in the cell - so you can bind a chart to a cell
  • multiple hooks - so you cand connect cell data altering to a chart and vice versa

I personally tested integration with ChartJS. You can test it here Handsontable example - JSFiddle - Code Playground. I did not try to use ChartJS inside a Handsontable cell. But if you would need such a demo let me know.