-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcc_sources.html
110 lines (110 loc) · 35.8 KB
/
cc_sources.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<style>body{background-color:white;}</style>
<script src="lib/htmlwidgets-1.6.2/htmlwidgets.js"></script>
<script src="lib/jquery-3.5.1/jquery.min.js"></script>
<script src="lib/proj4js-2.3.15/proj4.js"></script>
<link href="lib/highcharts-10.2.0/css/motion.css" rel="stylesheet" />
<script src="lib/highcharts-10.2.0/highcharts.js"></script>
<script src="lib/highcharts-10.2.0/highcharts-3d.js"></script>
<script src="lib/highcharts-10.2.0/highcharts-more.js"></script>
<script src="lib/highcharts-10.2.0/modules/stock.js"></script>
<script src="lib/highcharts-10.2.0/modules/map.js"></script>
<script src="lib/highcharts-10.2.0/modules/accessibility.js"></script>
<script src="lib/highcharts-10.2.0/modules/data.js"></script>
<script src="lib/highcharts-10.2.0/modules/exporting.js"></script>
<script src="lib/highcharts-10.2.0/modules/offline-exporting.js"></script>
<script src="lib/highcharts-10.2.0/modules/drilldown.js"></script>
<script src="lib/highcharts-10.2.0/modules/item-series.js"></script>
<script src="lib/highcharts-10.2.0/modules/overlapping-datalabels.js"></script>
<script src="lib/highcharts-10.2.0/modules/annotations.js"></script>
<script src="lib/highcharts-10.2.0/modules/export-data.js"></script>
<script src="lib/highcharts-10.2.0/modules/funnel.js"></script>
<script src="lib/highcharts-10.2.0/modules/heatmap.js"></script>
<script src="lib/highcharts-10.2.0/modules/treemap.js"></script>
<script src="lib/highcharts-10.2.0/modules/sankey.js"></script>
<script src="lib/highcharts-10.2.0/modules/dependency-wheel.js"></script>
<script src="lib/highcharts-10.2.0/modules/organization.js"></script>
<script src="lib/highcharts-10.2.0/modules/solid-gauge.js"></script>
<script src="lib/highcharts-10.2.0/modules/streamgraph.js"></script>
<script src="lib/highcharts-10.2.0/modules/sunburst.js"></script>
<script src="lib/highcharts-10.2.0/modules/vector.js"></script>
<script src="lib/highcharts-10.2.0/modules/wordcloud.js"></script>
<script src="lib/highcharts-10.2.0/modules/xrange.js"></script>
<script src="lib/highcharts-10.2.0/modules/tilemap.js"></script>
<script src="lib/highcharts-10.2.0/modules/venn.js"></script>
<script src="lib/highcharts-10.2.0/modules/gantt.js"></script>
<script src="lib/highcharts-10.2.0/modules/timeline.js"></script>
<script src="lib/highcharts-10.2.0/modules/parallel-coordinates.js"></script>
<script src="lib/highcharts-10.2.0/modules/bullet.js"></script>
<script src="lib/highcharts-10.2.0/modules/coloraxis.js"></script>
<script src="lib/highcharts-10.2.0/modules/dumbbell.js"></script>
<script src="lib/highcharts-10.2.0/modules/lollipop.js"></script>
<script src="lib/highcharts-10.2.0/modules/series-label.js"></script>
<script src="lib/highcharts-10.2.0/modules/boost-canvas.js"></script>
<script src="lib/highcharts-10.2.0/plugins/motion.js"></script>
<script src="lib/highcharts-10.2.0/custom/reset.js"></script>
<script src="lib/highcharts-10.2.0/modules/boost.js"></script>
<script src="lib/highchart-binding-0.9.4.9001/highchart.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/adminlte.min.css" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/adminlte.min.js" crossorigin="anonymous"></script>
<title>Source of Victorian creative and cultural visitor</title>
<meta property="article:published_time" content="2025-02-07T06:49:28"/>
<link rel="stylesheet" href="style.css"/>
<script>window.addEventListener('DOMContentLoaded', (event) => {
var charts = Highcharts.charts;
var dt_event = new CustomEvent("eventDT", { detail: 'chart data table clicked' });
for (var i = 0; i < charts.length; i++) {
Highcharts.addEvent(charts[i], 'aftergetTableAST', function(e) {
window.parent.document.dispatchEvent(dt_event);
console.log('#' + e.tree.id + ' td.highcharts-number');
setTimeout(function(){
$('#' + e.tree.id + ' td.highcharts-number').each(function() { $(this).html(parseFloat($(this).text()).toLocaleString())});
var close = $( "li:contains('Hide data table'):hidden" );
close.click(function(e){
console.log('close table menu clicked');
window.parent.document.dispatchEvent(dt_event);
});
}, 300);
});
}
});
</script>
</head>
<body>
<div class="tourism" style="width: 100%;">
<div class="grid grid-pad">
<div class="margin-mimic">
<div class="row">
<div class="col-12 my-3" style="background-color:#E7f6FC;color:black;border-radius:24px;padding:1em;">
<div class="row">
<div class="col-md-7">
<div id="visitors-source" style="width:100%;height:350px;" class="highchart html-widget "></div>
<script type="application/json" data-for="visitors-source">{"x":{"hc_opts":{"chart":{"reflow":true,"height":350},"title":{"text":"Creative and cultural visitors to Victoria","style":{"font-size":"1.5rem"}},"yAxis":{"title":{"text":"Visitors"},"type":"linear"},"credits":{"enabled":false},"exporting":{"enabled":true,"filename":"vic-tourism-chart","allowHTML":true,"accessibility":{"enabled":true,"keyboardNavigation":{"enabled":true}},"buttons":{"contextButton":{"menuItems":["viewFullscreen","viewData","separator","downloadPNG","downloadSVG","downloadCSV"]}},"csv":{"dateFormat":"%B %Y"},"tableCaption":"Source: Tourism Research Australia IVS/NVS surveys","chartOptions":{"caption":{"text":"Source: Tourism Research Australia IVS/NVS surveys","style":{"font-size":"7.5pt"}},"title":{"style":{"fontFamily":"Arial"}},"subtitle":{"style":{"fontFamily":"Arial"}},"xAxis":{"labels":{"style":{"fontFamily":"Arial"}}},"yAxis":{"labels":{"style":{"fontFamily":"Arial"}}},"caption.1":{"text":"Source: Tourism Research Australia IVS/NVS surveys"},"chart":{"style":{"fontFamily":"Arial"},"backgroundColor":"white","events":{"fullscreenOpen":"function() {\n this.update({\n chart: {\n backgroundColor: 'white'\n }\n })\n }","fullscreenClose":"function() {\n this.update({\n chart: {\n backgroundColor: 'transparent'\n }\n })\n }"}}}},"boost":{"enabled":false},"plotOptions":{"series":{"label":{"enabled":false},"turboThreshold":0,"showInLegend":true},"treemap":{"layoutAlgorithm":"squarified"},"scatter":{"marker":{"symbol":"circle"}},"area":{"stacking":"normal"}},"series":[{"name":"International","data":[{"Type of traveller":"International","date":"2012-03-01","Visitors":1044349,"x":1330560000000,"y":1044349},{"Type of traveller":"International","date":"2012-06-01","Visitors":1037719,"x":1338508800000,"y":1037719},{"Type of traveller":"International","date":"2012-09-01","Visitors":1039839,"x":1346457600000,"y":1039839},{"Type of traveller":"International","date":"2012-12-01","Visitors":1050140,"x":1354320000000,"y":1050140},{"Type of traveller":"International","date":"2013-03-01","Visitors":1081356,"x":1362096000000,"y":1081356},{"Type of traveller":"International","date":"2013-06-01","Visitors":1096287,"x":1370044800000,"y":1096287},{"Type of traveller":"International","date":"2013-09-01","Visitors":1130347,"x":1377993600000,"y":1130347},{"Type of traveller":"International","date":"2013-12-01","Visitors":1136059,"x":1385856000000,"y":1136059},{"Type of traveller":"International","date":"2014-03-01","Visitors":1153603,"x":1393632000000,"y":1153603},{"Type of traveller":"International","date":"2014-06-01","Visitors":1200007,"x":1401580800000,"y":1200007},{"Type of traveller":"International","date":"2014-09-01","Visitors":1227366,"x":1409529600000,"y":1227366},{"Type of traveller":"International","date":"2014-12-01","Visitors":1264392,"x":1417392000000,"y":1264392},{"Type of traveller":"International","date":"2015-03-01","Visitors":1351383,"x":1425168000000,"y":1351383},{"Type of traveller":"International","date":"2015-06-01","Visitors":1369698,"x":1433116800000,"y":1369698},{"Type of traveller":"International","date":"2015-09-01","Visitors":1407594,"x":1441065600000,"y":1407594},{"Type of traveller":"International","date":"2015-12-01","Visitors":1512250,"x":1448928000000,"y":1512250},{"Type of traveller":"International","date":"2016-03-01","Visitors":1574397,"x":1456790400000,"y":1574397},{"Type of traveller":"International","date":"2016-06-01","Visitors":1613674,"x":1464739200000,"y":1613674},{"Type of traveller":"International","date":"2016-09-01","Visitors":1655976,"x":1472688000000,"y":1655976},{"Type of traveller":"International","date":"2016-12-01","Visitors":1667528,"x":1480550400000,"y":1667528},{"Type of traveller":"International","date":"2017-03-01","Visitors":1700484,"x":1488326400000,"y":1700484},{"Type of traveller":"International","date":"2017-06-01","Visitors":1751378,"x":1496275200000,"y":1751378},{"Type of traveller":"International","date":"2017-09-01","Visitors":1766817,"x":1504224000000,"y":1766817},{"Type of traveller":"International","date":"2017-12-01","Visitors":1804284,"x":1512086400000,"y":1804284},{"Type of traveller":"International","date":"2018-03-01","Visitors":1833263,"x":1519862400000,"y":1833263},{"Type of traveller":"International","date":"2018-06-01","Visitors":1840325,"x":1527811200000,"y":1840325},{"Type of traveller":"International","date":"2018-09-01","Visitors":1864440,"x":1535760000000,"y":1864440},{"Type of traveller":"International","date":"2018-12-01","Visitors":1908447,"x":1543622400000,"y":1908447},{"Type of traveller":"International","date":"2019-03-01","Visitors":1905077,"x":1551398400000,"y":1905077},{"Type of traveller":"International","date":"2019-06-01","Visitors":1885366,"x":1559347200000,"y":1885366},{"Type of traveller":"International","date":"2019-09-01","Visitors":1880451,"x":1567296000000,"y":1880451},{"Type of traveller":"International","date":"2019-12-01","Visitors":1852294,"x":1575158400000,"y":1852294},{"Type of traveller":"International","date":"2020-03-01","Visitors":1644460,"x":1583020800000,"y":1644460},{"Type of traveller":"International","date":"2020-06-01","Visitors":1288255,"x":1590969600000,"y":1288255},{"Type of traveller":"International","date":"2020-09-01","Visitors":889138,"x":1598918400000,"y":889138},{"Type of traveller":"International","date":"2020-12-01","Visitors":362890,"x":1606780800000,"y":362890},{"Type of traveller":"International","date":"2021-03-01","Visitors":0,"x":1614556800000,"y":0},{"Type of traveller":"International","date":"2021-06-01","Visitors":0,"x":1622505600000,"y":0},{"Type of traveller":"International","date":"2021-09-01","Visitors":0,"x":1630454400000,"y":0},{"Type of traveller":"International","date":"2021-12-01","Visitors":0,"x":1638316800000,"y":0},{"Type of traveller":"International","date":"2022-03-01","Visitors":0,"x":1646092800000,"y":0},{"Type of traveller":"International","date":"2022-06-01","Visitors":0,"x":1654041600000,"y":0},{"Type of traveller":"International","date":"2022-09-01","Visitors":143776,"x":1661990400000,"y":143776},{"Type of traveller":"International","date":"2022-12-01","Visitors":342655,"x":1669852800000,"y":342655},{"Type of traveller":"International","date":"2023-03-01","Visitors":620901,"x":1677628800000,"y":620901},{"Type of traveller":"International","date":"2023-06-01","Visitors":887863,"x":1685577600000,"y":887863},{"Type of traveller":"International","date":"2023-09-01","Visitors":1025177,"x":1693526400000,"y":1025177},{"Type of traveller":"International","date":"2023-12-01","Visitors":1202655,"x":1701388800000,"y":1202655},{"Type of traveller":"International","date":"2024-03-01","Visitors":1445324,"x":1709251200000,"y":1445324},{"Type of traveller":"International","date":"2024-06-01","Visitors":1489506,"x":1717200000000,"y":1489506},{"Type of traveller":"International","date":"2024-09-01","Visitors":1566292,"x":1725148800000,"y":1566292}],"type":"area","showInLegend":true,"accessibility":{"enabled":true,"description":"The chart dispays the total number of visitors to Victoria grouped by the type of traveller"}},{"name":"Interstate","data":[{"Type of traveller":"Interstate","date":"2012-03-01","Visitors":1463285,"x":1330560000000,"y":1463285},{"Type of traveller":"Interstate","date":"2012-06-01","Visitors":1296129,"x":1338508800000,"y":1296129},{"Type of traveller":"Interstate","date":"2012-09-01","Visitors":1170911,"x":1346457600000,"y":1170911},{"Type of traveller":"Interstate","date":"2012-12-01","Visitors":1084540,"x":1354320000000,"y":1084540},{"Type of traveller":"Interstate","date":"2013-03-01","Visitors":1155141,"x":1362096000000,"y":1155141},{"Type of traveller":"Interstate","date":"2013-06-01","Visitors":1224535,"x":1370044800000,"y":1224535},{"Type of traveller":"Interstate","date":"2013-09-01","Visitors":1320570,"x":1377993600000,"y":1320570},{"Type of traveller":"Interstate","date":"2013-12-01","Visitors":1446562,"x":1385856000000,"y":1446562},{"Type of traveller":"Interstate","date":"2014-03-01","Visitors":1532132,"x":1393632000000,"y":1532132},{"Type of traveller":"Interstate","date":"2014-06-01","Visitors":1566291,"x":1401580800000,"y":1566291},{"Type of traveller":"Interstate","date":"2014-09-01","Visitors":1480026,"x":1409529600000,"y":1480026},{"Type of traveller":"Interstate","date":"2014-12-01","Visitors":1470050,"x":1417392000000,"y":1470050},{"Type of traveller":"Interstate","date":"2015-03-01","Visitors":1516153,"x":1425168000000,"y":1516153},{"Type of traveller":"Interstate","date":"2015-06-01","Visitors":1522940,"x":1433116800000,"y":1522940},{"Type of traveller":"Interstate","date":"2015-09-01","Visitors":1565047,"x":1441065600000,"y":1565047},{"Type of traveller":"Interstate","date":"2015-12-01","Visitors":1607791,"x":1448928000000,"y":1607791},{"Type of traveller":"Interstate","date":"2016-03-01","Visitors":1664269,"x":1456790400000,"y":1664269},{"Type of traveller":"Interstate","date":"2016-06-01","Visitors":1722190,"x":1464739200000,"y":1722190},{"Type of traveller":"Interstate","date":"2016-09-01","Visitors":1764315,"x":1472688000000,"y":1764315},{"Type of traveller":"Interstate","date":"2016-12-01","Visitors":1769236,"x":1480550400000,"y":1769236},{"Type of traveller":"Interstate","date":"2017-03-01","Visitors":1671122,"x":1488326400000,"y":1671122},{"Type of traveller":"Interstate","date":"2017-06-01","Visitors":1614873,"x":1496275200000,"y":1614873},{"Type of traveller":"Interstate","date":"2017-09-01","Visitors":1723618,"x":1504224000000,"y":1723618},{"Type of traveller":"Interstate","date":"2017-12-01","Visitors":1820475,"x":1512086400000,"y":1820475},{"Type of traveller":"Interstate","date":"2018-03-01","Visitors":1883279,"x":1519862400000,"y":1883279},{"Type of traveller":"Interstate","date":"2018-06-01","Visitors":1848339,"x":1527811200000,"y":1848339},{"Type of traveller":"Interstate","date":"2018-09-01","Visitors":1831854,"x":1535760000000,"y":1831854},{"Type of traveller":"Interstate","date":"2018-12-01","Visitors":1767052,"x":1543622400000,"y":1767052},{"Type of traveller":"Interstate","date":"2019-03-01","Visitors":1777556,"x":1551398400000,"y":1777556},{"Type of traveller":"Interstate","date":"2019-06-01","Visitors":1975730,"x":1559347200000,"y":1975730},{"Type of traveller":"Interstate","date":"2019-09-01","Visitors":2015502,"x":1567296000000,"y":2015502},{"Type of traveller":"Interstate","date":"2019-12-01","Visitors":2066743,"x":1575158400000,"y":2066743},{"Type of traveller":"Interstate","date":"2020-03-01","Visitors":1964265,"x":1583020800000,"y":1964265},{"Type of traveller":"Interstate","date":"2020-06-01","Visitors":1407761,"x":1590969600000,"y":1407761},{"Type of traveller":"Interstate","date":"2020-09-01","Visitors":910474,"x":1598918400000,"y":910474},{"Type of traveller":"Interstate","date":"2020-12-01","Visitors":401679,"x":1606780800000,"y":401679},{"Type of traveller":"Interstate","date":"2021-03-01","Visitors":144904,"x":1614556800000,"y":144904},{"Type of traveller":"Interstate","date":"2021-06-01","Visitors":386665,"x":1622505600000,"y":386665},{"Type of traveller":"Interstate","date":"2021-09-01","Visitors":393063,"x":1630454400000,"y":393063},{"Type of traveller":"Interstate","date":"2021-12-01","Visitors":459897,"x":1638316800000,"y":459897},{"Type of traveller":"Interstate","date":"2022-03-01","Visitors":564274,"x":1646092800000,"y":564274},{"Type of traveller":"Interstate","date":"2022-06-01","Visitors":868538,"x":1654041600000,"y":868538},{"Type of traveller":"Interstate","date":"2022-09-01","Visitors":1423741,"x":1661990400000,"y":1423741},{"Type of traveller":"Interstate","date":"2022-12-01","Visitors":1822172,"x":1669852800000,"y":1822172},{"Type of traveller":"Interstate","date":"2023-03-01","Visitors":2305654,"x":1677628800000,"y":2305654},{"Type of traveller":"Interstate","date":"2023-06-01","Visitors":2340061,"x":1685577600000,"y":2340061},{"Type of traveller":"Interstate","date":"2023-09-01","Visitors":2302892,"x":1693526400000,"y":2302892},{"Type of traveller":"Interstate","date":"2023-12-01","Visitors":2422564,"x":1701388800000,"y":2422564},{"Type of traveller":"Interstate","date":"2024-03-01","Visitors":2395777,"x":1709251200000,"y":2395777},{"Type of traveller":"Interstate","date":"2024-06-01","Visitors":2269899,"x":1717200000000,"y":2269899},{"Type of traveller":"Interstate","date":"2024-09-01","Visitors":2236720,"x":1725148800000,"y":2236720}],"type":"area","showInLegend":true,"accessibility":{"enabled":true,"description":"The chart dispays the total number of visitors to Victoria grouped by the type of traveller"}},{"name":"Victoria","data":[{"Type of traveller":"Victoria","date":"2012-03-01","Visitors":5262377,"x":1330560000000,"y":5262377},{"Type of traveller":"Victoria","date":"2012-06-01","Visitors":5174641,"x":1338508800000,"y":5174641},{"Type of traveller":"Victoria","date":"2012-09-01","Visitors":5081102,"x":1346457600000,"y":5081102},{"Type of traveller":"Victoria","date":"2012-12-01","Visitors":4878746,"x":1354320000000,"y":4878746},{"Type of traveller":"Victoria","date":"2013-03-01","Visitors":4342805,"x":1362096000000,"y":4342805},{"Type of traveller":"Victoria","date":"2013-06-01","Visitors":4330700,"x":1370044800000,"y":4330700},{"Type of traveller":"Victoria","date":"2013-09-01","Visitors":4426361,"x":1377993600000,"y":4426361},{"Type of traveller":"Victoria","date":"2013-12-01","Visitors":4577297,"x":1385856000000,"y":4577297},{"Type of traveller":"Victoria","date":"2014-03-01","Visitors":4923297,"x":1393632000000,"y":4923297},{"Type of traveller":"Victoria","date":"2014-06-01","Visitors":4814252,"x":1401580800000,"y":4814252},{"Type of traveller":"Victoria","date":"2014-09-01","Visitors":5184573,"x":1409529600000,"y":5184573},{"Type of traveller":"Victoria","date":"2014-12-01","Visitors":5381951,"x":1417392000000,"y":5381951},{"Type of traveller":"Victoria","date":"2015-03-01","Visitors":5321187,"x":1425168000000,"y":5321187},{"Type of traveller":"Victoria","date":"2015-06-01","Visitors":5420401,"x":1433116800000,"y":5420401},{"Type of traveller":"Victoria","date":"2015-09-01","Visitors":5412265,"x":1441065600000,"y":5412265},{"Type of traveller":"Victoria","date":"2015-12-01","Visitors":5668115,"x":1448928000000,"y":5668115},{"Type of traveller":"Victoria","date":"2016-03-01","Visitors":6119700,"x":1456790400000,"y":6119700},{"Type of traveller":"Victoria","date":"2016-06-01","Visitors":6248185,"x":1464739200000,"y":6248185},{"Type of traveller":"Victoria","date":"2016-09-01","Visitors":6426965,"x":1472688000000,"y":6426965},{"Type of traveller":"Victoria","date":"2016-12-01","Visitors":6243685,"x":1480550400000,"y":6243685},{"Type of traveller":"Victoria","date":"2017-03-01","Visitors":6064268,"x":1488326400000,"y":6064268},{"Type of traveller":"Victoria","date":"2017-06-01","Visitors":6429401,"x":1496275200000,"y":6429401},{"Type of traveller":"Victoria","date":"2017-09-01","Visitors":6324338,"x":1504224000000,"y":6324338},{"Type of traveller":"Victoria","date":"2017-12-01","Visitors":6875386,"x":1512086400000,"y":6875386},{"Type of traveller":"Victoria","date":"2018-03-01","Visitors":7202087,"x":1519862400000,"y":7202087},{"Type of traveller":"Victoria","date":"2018-06-01","Visitors":7255095,"x":1527811200000,"y":7255095},{"Type of traveller":"Victoria","date":"2018-09-01","Visitors":7571430,"x":1535760000000,"y":7571430},{"Type of traveller":"Victoria","date":"2018-12-01","Visitors":7427117,"x":1543622400000,"y":7427117},{"Type of traveller":"Victoria","date":"2019-03-01","Visitors":7619133,"x":1551398400000,"y":7619133},{"Type of traveller":"Victoria","date":"2019-06-01","Visitors":7601564,"x":1559347200000,"y":7601564},{"Type of traveller":"Victoria","date":"2019-09-01","Visitors":7767507,"x":1567296000000,"y":7767507},{"Type of traveller":"Victoria","date":"2019-12-01","Visitors":8014202,"x":1575158400000,"y":8014202},{"Type of traveller":"Victoria","date":"2020-03-01","Visitors":7618510,"x":1583020800000,"y":7618510},{"Type of traveller":"Victoria","date":"2020-06-01","Visitors":5881915,"x":1590969600000,"y":5881915},{"Type of traveller":"Victoria","date":"2020-09-01","Visitors":4124764,"x":1598918400000,"y":4124764},{"Type of traveller":"Victoria","date":"2020-12-01","Visitors":2688335,"x":1606780800000,"y":2688335},{"Type of traveller":"Victoria","date":"2021-03-01","Visitors":2417469,"x":1614556800000,"y":2417469},{"Type of traveller":"Victoria","date":"2021-06-01","Visitors":3532912,"x":1622505600000,"y":3532912},{"Type of traveller":"Victoria","date":"2021-09-01","Visitors":3799870,"x":1630454400000,"y":3799870},{"Type of traveller":"Victoria","date":"2021-12-01","Visitors":3955736,"x":1638316800000,"y":3955736},{"Type of traveller":"Victoria","date":"2022-03-01","Visitors":3856583,"x":1646092800000,"y":3856583},{"Type of traveller":"Victoria","date":"2022-06-01","Visitors":4531062,"x":1654041600000,"y":4531062},{"Type of traveller":"Victoria","date":"2022-09-01","Visitors":5825487,"x":1661990400000,"y":5825487},{"Type of traveller":"Victoria","date":"2022-12-01","Visitors":6744074,"x":1669852800000,"y":6744074},{"Type of traveller":"Victoria","date":"2023-03-01","Visitors":7458483,"x":1677628800000,"y":7458483},{"Type of traveller":"Victoria","date":"2023-06-01","Visitors":7536015,"x":1685577600000,"y":7536015},{"Type of traveller":"Victoria","date":"2023-09-01","Visitors":7604236,"x":1693526400000,"y":7604236},{"Type of traveller":"Victoria","date":"2023-12-01","Visitors":7881762,"x":1701388800000,"y":7881762},{"Type of traveller":"Victoria","date":"2024-03-01","Visitors":7735106,"x":1709251200000,"y":7735106},{"Type of traveller":"Victoria","date":"2024-06-01","Visitors":7683279,"x":1717200000000,"y":7683279},{"Type of traveller":"Victoria","date":"2024-09-01","Visitors":7781067,"x":1725148800000,"y":7781067}],"type":"area","showInLegend":true,"accessibility":{"enabled":true,"description":"The chart dispays the total number of visitors to Victoria grouped by the type of traveller"}}],"xAxis":{"type":"datetime","title":{"text":""},"accesibility":{"enabled":true}},"colors":["#006864","#EE2C72","#0072BC"],"tooltip":{"useHTML":true,"formatter":"function () {\n var ret = '',\n multi,\n axis = this.series.yAxis,\n numericSymbols = ['k', 'M', 'B', 'T', 'P', 'E'],\n i = numericSymbols.length;\n while (i-- && ret === '') {\n multi = Math.pow(1000, i + 1);\n if (axis.tickInterval >= multi && numericSymbols[i] !== null) {\n ret = Highcharts.numberFormat(this.y / multi, 2) + numericSymbols[i];\n }\n}\n outHTML = '<span style=\"display:inline-block;border-radius:50%;width:8px;height:8px;background-color:' + this.series.color + ';\"><\/span> <small>' + Highcharts.dateFormat('%B %Y', this.point.x) + '<\/small><br>' + this.point.series.name + ': <b>' + ret + '<\/b>'\n return outHTML;\n}"}},"theme":{"chart":{"backgroundColor":null},"title":{"align":"left","style":{"color":"#1D184B","fontFamily":"VIC-Regular","font-weight":"bold","font-size":"2rem","background-color":"#1D184B"}},"subtitle":{"align":"left","style":{"color":"#1D184B","fontFamily":"VIC-Regular","font-size":"var(--bs-body-font-size)"}},"legend":{"itemStyle":{"fontFamily":"VIC-Regular","color":"#1D184B"},"itemHoverStyle":{"color":"gray"}},"xAxis":{"labels":{"style":{"color":"#1D184B","fontFamily":"VIC-Light","font-size":"11px"}},"title":{"align":"high","style":{"color":"#1D184B","font-size":"11px"}},"lineWidth":1,"lineColor":"#1D184B","tickPosition":"outside","tickColor":"#1D184B","tickWidth":1,"tickLength":4},"yAxis":{"labels":{"useHTML":true,"style":{"color":"#1D184B","fontFamily":"VIC-Light","font-size":"11px"},"y":5},"title":{"align":"high","style":{"color":"#1D184B","font-size":"11px"}},"minorGridLineWidth":0,"majorGridLineWidth":1,"lineWidth":0,"lineColor":"transparent","opposite":false},"caption":{"style":{"color":"#1D184B"}},"series":{"line":{"lineWidth":4},"spline":{"lineWidth":4},"area":{"lineWidth":4,"fillOpacity":0.4,"marker":{"enabled":false,"symbol":"circle","radius":2,"states":{"hover":{"enabled":true}}}}}},"conf_opts":{"global":{"Date":null,"VMLRadialGradientURL":"http =//code.highcharts.com/list(version)/gfx/vml-radial-gradient.png","canvasToolsURL":"http =//code.highcharts.com/list(version)/modules/canvas-tools.js","getTimezoneOffset":null,"timezoneOffset":0,"useUTC":true},"lang":{"contextButtonTitle":"Chart context menu","decimalPoint":".","downloadCSV":"Download CSV","downloadJPEG":"Download JPEG image","downloadPDF":"Download PDF document","downloadPNG":"Download PNG image","downloadSVG":"Download SVG vector image","downloadXLS":"Download XLS","drillUpText":"◁ Back to {series.name}","exitFullscreen":"Exit from full screen","exportData":{"annotationHeader":"Annotations","categoryDatetimeHeader":"DateTime","categoryHeader":"Category"},"hideData":"Hide data table","invalidDate":null,"loading":"Loading...","months":["January","February","March","April","May","June","July","August","September","October","November","December"],"noData":"No data to display","numericSymbolMagnitude":1000,"numericSymbols":["k","M","G","T","P","E"],"printChart":"Print chart","resetZoom":"Reset zoom","resetZoomTitle":"Reset zoom level 1:1","shortMonths":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"shortWeekdays":["Sat","Sun","Mon","Tue","Wed","Thu","Fri"],"thousandsSep":",","viewData":"View data table","viewFullscreen":"View in full screen","weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]}},"type":"chart","fonts":["VIC-Regular","VIC-Light","Arial"],"google_fonts":false,"debug":false},"evals":["hc_opts.exporting.chartOptions.chart.events.fullscreenOpen","hc_opts.exporting.chartOptions.chart.events.fullscreenClose","hc_opts.tooltip.formatter"],"jsHooks":[]}</script>
</div>
<div class="col-md-5">
<div id="international-top10" style="width:100%;height:350px;" class="highchart html-widget "></div>
<script type="application/json" data-for="international-top10">{"x":{"hc_opts":{"chart":{"reflow":true,"marginLeft":170,"height":350},"title":{"text":"Top 10 international","widthAdjust":0,"style":{"font-size":"1.5rem"}},"yAxis":{"title":{"text":"Visitors"},"type":"linear"},"credits":{"enabled":false},"exporting":{"enabled":true,"filename":"vic-tourism-chart","allowHTML":true,"accessibility":{"enabled":true,"keyboardNavigation":{"enabled":true}},"buttons":{"contextButton":{"menuItems":["viewFullscreen","viewData","separator","downloadPNG","downloadSVG","downloadCSV"]}},"csv":{"dateFormat":"%B %Y"},"tableCaption":"Source: Tourism Research Australia IVS/NVS surveys","chartOptions":{"caption":{"text":"Source: Tourism Research Australia IVS/NVS surveys","style":{"font-size":"7.5pt"}},"title":{"style":{"fontFamily":"Arial"}},"subtitle":{"style":{"fontFamily":"Arial"}},"xAxis":{"labels":{"style":{"fontFamily":"Arial"}}},"yAxis":{"labels":{"style":{"fontFamily":"Arial"}}},"caption.1":{"text":"Source: Tourism Research Australia IVS/NVS surveys"},"chart":{"style":{"fontFamily":"Arial"},"backgroundColor":"white","events":{"fullscreenOpen":"function() {\n this.update({\n chart: {\n backgroundColor: 'white'\n }\n })\n }","fullscreenClose":"function() {\n this.update({\n chart: {\n backgroundColor: 'transparent'\n }\n })\n }"}}}},"boost":{"enabled":false},"plotOptions":{"series":{"label":{"enabled":false},"turboThreshold":0,"showInLegend":false},"treemap":{"layoutAlgorithm":"squarified"},"scatter":{"marker":{"symbol":"circle"}}},"series":[{"group":"group","data":[{"Country of residence":"China","activity":"Total","state":"Victoria","Rolling annual":"Year ending September 2024","Sample":935,"Visitors":221993,"Visitor nights":8766873.468143074,"source":"str:database:IVSTrips","date":"2024-09-01","month":9,"year":2024,"y":221993,"name":"China"},{"Country of residence":"New Zealand","activity":"Total","state":"Victoria","Rolling annual":"Year ending September 2024","Sample":680,"Visitors":154257,"Visitor nights":1360636.072664657,"source":"str:database:IVSTrips","date":"2024-09-01","month":9,"year":2024,"y":154257,"name":"New Zealand"},{"Country of residence":"United Kingdom","activity":"Total","state":"Victoria","Rolling annual":"Year ending September 2024","Sample":591,"Visitors":141472,"Visitor nights":3253731.412450949,"source":"str:database:IVSTrips","date":"2024-09-01","month":9,"year":2024,"y":141472,"name":"United Kingdom"},{"Country of residence":"United States of America","activity":"Total","state":"Victoria","Rolling annual":"Year ending September 2024","Sample":480,"Visitors":136367,"Visitor nights":1554389.685298648,"source":"str:database:IVSTrips","date":"2024-09-01","month":9,"year":2024,"y":136367,"name":"United States of America"},{"Country of residence":"India","activity":"Total","state":"Victoria","Rolling annual":"Year ending September 2024","Sample":275,"Visitors":73429,"Visitor nights":4125020.850627641,"source":"str:database:IVSTrips","date":"2024-09-01","month":9,"year":2024,"y":73429,"name":"India"},{"Country of residence":"Hong Kong","activity":"Total","state":"Victoria","Rolling annual":"Year ending September 2024","Sample":208,"Visitors":66762,"Visitor nights":1137592.37572136,"source":"str:database:IVSTrips","date":"2024-09-01","month":9,"year":2024,"y":66762,"name":"Hong Kong"},{"Country of residence":"Singapore","activity":"Total","state":"Victoria","Rolling annual":"Year ending September 2024","Sample":230,"Visitors":65483,"Visitor nights":846517.2388604396,"source":"str:database:IVSTrips","date":"2024-09-01","month":9,"year":2024,"y":65483,"name":"Singapore"},{"Country of residence":"Germany","activity":"Total","state":"Victoria","Rolling annual":"Year ending September 2024","Sample":273,"Visitors":55311,"Visitor nights":1558118.398551601,"source":"str:database:IVSTrips","date":"2024-09-01","month":9,"year":2024,"y":55311,"name":"Germany"},{"Country of residence":"Viet Nam","activity":"Total","state":"Victoria","Rolling annual":"Year ending September 2024","Sample":226,"Visitors":53675,"Visitor nights":2029409.98900922,"source":"str:database:IVSTrips","date":"2024-09-01","month":9,"year":2024,"y":53675,"name":"Viet Nam"},{"Country of residence":"Korea","activity":"Total","state":"Victoria","Rolling annual":"Year ending September 2024","Sample":166,"Visitors":51892,"Visitor nights":1072640.94357976,"source":"str:database:IVSTrips","date":"2024-09-01","month":9,"year":2024,"y":51892,"name":"Korea"}],"type":"bar","name":"Visitors","showInLegend":false}],"xAxis":{"type":"category","title":"","style":{"textOverflow":"none"}},"subtitle":{"text":"Year ending September 2024","style":{"font-size":"0.8rem"}},"colors":["#006864"],"legend":{"enabled":false},"tooltip":{"useHTML":true,"formatter":"function () {\n var ret = '',\n multi,\n axis = this.series.yAxis,\n numericSymbols = ['k', 'M', 'B', 'T', 'P', 'E'],\n i = numericSymbols.length;\n while (i-- && ret === '') {\n multi = Math.pow(1000, i + 1);\n if (axis.tickInterval >= multi && numericSymbols[i] !== null) {\n ret = Highcharts.numberFormat(this.y / multi, 2) + numericSymbols[i];\n }\n}\n outHTML = '<span style=\"display:inline-block;border-radius:50%;width:8px;height:8px;background-color:' + this.series.color + ';\"><\/span> <small>' + this.key + '<\/small><br>' + this.point.series.name + ': <b>' + ret + '<\/b>'\n return outHTML;\n}"}},"theme":{"chart":{"backgroundColor":null},"title":{"align":"left","style":{"color":"#1D184B","fontFamily":"VIC-Regular","font-weight":"bold","font-size":"2rem","background-color":"#1D184B"}},"subtitle":{"align":"left","style":{"color":"#1D184B","fontFamily":"VIC-Regular","font-size":"var(--bs-body-font-size)"}},"legend":{"itemStyle":{"fontFamily":"VIC-Regular","color":"#1D184B"},"itemHoverStyle":{"color":"gray"}},"xAxis":{"labels":{"style":{"color":"#1D184B","fontFamily":"VIC-Light","font-size":"11px"}},"title":{"align":"high","style":{"color":"#1D184B","font-size":"11px"}},"lineWidth":1,"lineColor":"#1D184B","tickPosition":"outside","tickColor":"#1D184B","tickWidth":1,"tickLength":4},"yAxis":{"labels":{"useHTML":true,"style":{"color":"#1D184B","fontFamily":"VIC-Light","font-size":"11px"},"y":5},"title":{"align":"high","style":{"color":"#1D184B","font-size":"11px"}},"minorGridLineWidth":0,"majorGridLineWidth":1,"lineWidth":0,"lineColor":"transparent","opposite":false},"caption":{"style":{"color":"#1D184B"}},"series":{"line":{"lineWidth":4},"spline":{"lineWidth":4},"area":{"lineWidth":4,"fillOpacity":0.4,"marker":{"enabled":false,"symbol":"circle","radius":2,"states":{"hover":{"enabled":true}}}}}},"conf_opts":{"global":{"Date":null,"VMLRadialGradientURL":"http =//code.highcharts.com/list(version)/gfx/vml-radial-gradient.png","canvasToolsURL":"http =//code.highcharts.com/list(version)/modules/canvas-tools.js","getTimezoneOffset":null,"timezoneOffset":0,"useUTC":true},"lang":{"contextButtonTitle":"Chart context menu","decimalPoint":".","downloadCSV":"Download CSV","downloadJPEG":"Download JPEG image","downloadPDF":"Download PDF document","downloadPNG":"Download PNG image","downloadSVG":"Download SVG vector image","downloadXLS":"Download XLS","drillUpText":"◁ Back to {series.name}","exitFullscreen":"Exit from full screen","exportData":{"annotationHeader":"Annotations","categoryDatetimeHeader":"DateTime","categoryHeader":"Category"},"hideData":"Hide data table","invalidDate":null,"loading":"Loading...","months":["January","February","March","April","May","June","July","August","September","October","November","December"],"noData":"No data to display","numericSymbolMagnitude":1000,"numericSymbols":["k","M","G","T","P","E"],"printChart":"Print chart","resetZoom":"Reset zoom","resetZoomTitle":"Reset zoom level 1:1","shortMonths":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"shortWeekdays":["Sat","Sun","Mon","Tue","Wed","Thu","Fri"],"thousandsSep":",","viewData":"View data table","viewFullscreen":"View in full screen","weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]}},"type":"chart","fonts":["VIC-Regular","VIC-Light","Arial"],"google_fonts":false,"debug":false},"evals":["hc_opts.exporting.chartOptions.chart.events.fullscreenOpen","hc_opts.exporting.chartOptions.chart.events.fullscreenClose","hc_opts.tooltip.formatter"],"jsHooks":[]}</script>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row text-right" style="color:#201547;font-size:0.8em;padding:20px;width:98%;">
<div class="col">
<span>
^Source:
<a style="color:#C94500" href="https://www.tra.gov.au/" target="_parent">Tourism Research Australia</a>
IVS/NVS surveys, all data 12 month rolling annual data.
</span>
</div>
</div>
</div>
</body>
</html>