Year | Allocation ($ Amount in thousands) | Change (%) |
---|---|---|
2013-2014 | $210,507 | NA |
2014-2015 | $223,491 | 6.17% |
2015-2016 | $263,991 | 18.12% |
2016-2017 | $263,991 | 0.00% |
2017-2018 | $263,991 | 0.00% |
2018-2019 | $161,044 | -38.99% |
2019-2020 | $277,539 | 72.34% |
2020-2021 | $257,561 | -7.20% |
2021-2022 | $288,032 | 10.58% |
2022-2023 | $283,063 | -1.72% |
2023-2024 | $259,837 | -8.20% |
Bar or line 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 bar or line chart from an inpage table,
1. Click on the code icon (<>) at the top of the rich text editor pm this page. Copy the line that reads
<div id="chart"></div> and everything from <table> to </table>
On the new page
-
- choose Add content
- Select Rich Text Editor
- Click on the <> icon
- Paste your copied content
- Click the green submit button at the lower right
Your copied table will show up, to edit it....
-
- You can select and delete all the content out of the table.
- You can use the Table Editor in the RichTextEditor topbar to add and remove rows and columns.
- Or, if you start a table from scratch, check the code (<>) to make sure that sure that you have include a <div id="chart"></div> line and that the table has an id of "dt-table"
- 2. Insert the "SA_Fees_CreateBarorLineChartFromInlineTable" beneath the table.
- 3. Select the type of chart, by entering either "line" or "column" in the macro parameter text box.