Pie Chart showing how an HTML table can be used as the data source for the chart using the Highcharts data module. The chart is built by referencing the existing HTML data table in the page. 

To create a piechart from an inpage table,

Insert the "SA_Fees_CreatePieChartFromInlineTable" beneath the table. 

Copy the table from this page, to your new page. Or, if you start a table from scratch, make sure that it is inside a div with the id of "container" and that the table has an id of "dt-table"