Plugin to create interactive Charts / Graphs. This supports creating Bar, Line, Area, Pie, Doughnut and Polar Area chart types.

Steps to create chart from table:
- Start by typing {Ample Charts: Create from table in a note.
- Select Datasource note and table index.
- Select other options from the dialog as per your preference.
- Voila! Your chart is inserted into the note.
- Once added, you may modify options by clicking settings icon in chart embed.

Note:
- The data for the chart should be in a table format. It can have row or column-wise headers.
- The first / last row and column are considered as labels for the chart.
- If the first / last column is numeric, it is considered as data for the chart and not as a label.
- Charts can be downloaded / embed in notes.




Steps to create chart from mathematical formula:
- Start by typing {Ample Charts: Create from formula in a note.
- Enter function formula.
- Select other options from the dialog as per your preference.
- Voila! Your chart is inserted into the note.

Note:
- It is possible to use javascript mathematical functions and constants in formulas. For example, -1*(sin(2^x)/(e*x))*cos(x) is supported.