Charts Feature

Just wanted to check

  1. If new Pro feature supports Graphael Charts ? https://docs.handsontable.com/0.15.0/demo-graphael-charts.html

If not are we supporting any integrations with chart.js or any Java Script based chart tool

Hi @amol

we have dropped the support for the Graphael chart, however, we have checked that most of the open source graphs can be easily bonded with Handsontable. For example chartJS that I have been testing 2 weeks ago is simple to use and reacts to the afterChange hook in Handsontable so you can update the chart when data in your table changes.

Thank you for reply. It helps

Can you share any sample demo integration if any

Sure,

here’s an example that I will use in the new Handsontable blog post http://jsfiddle.net/handsoncode/ky6mqyn8/ (here is chartJS)