Visualization of Allocated Spending on Service Delivery by the Victorian Government in the Financial Year 2017 to 2018
https://lensoftware.com/presentations/2017-05-08
- Author: [email protected]
- Language: JavaScript
- Summary : This work is a Sunburst visualization of datasets released by the of the Department of Treasury and Finance in the State of Victoria, Australia in a publication "Budget Paper No. 3 - Service Delivery 2017-18"
This work is released under an Apache 2.0 license. Please see the included LICENSE
file for more details.
This work is based on the Sunburst visualization example by Kerry Rodden at https://bl.ocks.org/kerryrodden/766f8f6d31f645c39f488a0befa1e3c8 License: Apache 2.0
This work incorporates the following JavaScript libraries:-
- D3.js License: BSD 3
- Bootstrap License: MIT
- jQuery License: MIT
- Tether License: MIT
It also makes use of:-
- Open Sans font License: Apache 2.0
The data sources are taken from a publication by the of the Department of Treasury and Finance in the State of Victoria, Australia "Budget Paper No. 3 - Service Delivery 2017-18" . The contents and data contained therein are released under the Creative Commons Attribution 4.0 License.
Reading a local copy of the csv file (containing the data to be visualized) may be disallowed by some browsers. In order to set up a local environment you will need to either be running a local web server or simulating one. You could, for example, use the node.js http-server module.
For more detailed instructions please see the D3 Wiki and the node.js documentation