-
Notifications
You must be signed in to change notification settings - Fork 0
/
cc_vic_charts.html
120 lines (120 loc) · 90.2 KB
/
cc_vic_charts.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
111
112
113
114
115
116
117
118
119
120
<!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>Visitors to Victoria</title>
<meta property="article:published_time" content="2024-10-30T17:09:32"/>
<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>
<div id="cc-visitors-victoria" style="width:100%;height:350px;" class="highchart html-widget "></div>
<script type="application/json" data-for="cc-visitors-victoria">{"x":{"hc_opts":{"chart":{"reflow":true,"height":350},"title":{"text":"Creative and cultural visitors to Victoria"},"yAxis":{"title":{"text":"Visitors"},"type":"linear"},"credits":{"enabled":false},"exporting":{"enabled":true,"allowHTML":true,"allowTableSorting":false,"accessibility":{"enabled":true,"keyboardNavigation":{"enabled":true}},"buttons":{"contextButton":{"menuItems":["viewFullscreen","viewData","separator","downloadPNG","downloadSVG","downloadCSV"]}},"csv":{"dateFormat":"%B %Y"},"chartOptions":{"title":{"style":{"fontFamily":"Arial"}},"subtitle":{"style":{"fontFamily":"Arial"}},"legend":{"enabled":true,"itemStyle":{"fontFamily":"Arial"}},"xAxis":{"labels":{"style":{"fontFamily":"Arial"}}},"yAxis":{"labels":{"style":{"fontFamily":"Arial"}}},"caption":{"style":{"fontFamily":"Arial"}},"chart":{"style":{"fontFamily":"Arial"}}}},"boost":{"enabled":false},"plotOptions":{"series":{"label":{"enabled":false},"turboThreshold":0,"showInLegend":true},"treemap":{"layoutAlgorithm":"squarified"},"scatter":{"marker":{"symbol":"circle"}},"area":{"stacking":"normal"}},"series":[{"name":"Domestic Day","data":[{"source":"str:database:NVSdaytrip1998onwards","date":"2012-03-01","Visitors":3751198,"Type of traveller":"Domestic Day","x":1330560000000,"y":3751198},{"source":"str:database:NVSdaytrip1998onwards","date":"2012-06-01","Visitors":3617552,"Type of traveller":"Domestic Day","x":1338508800000,"y":3617552},{"source":"str:database:NVSdaytrip1998onwards","date":"2012-09-01","Visitors":3550782,"Type of traveller":"Domestic Day","x":1346457600000,"y":3550782},{"source":"str:database:NVSdaytrip1998onwards","date":"2012-12-01","Visitors":3320566,"Type of traveller":"Domestic Day","x":1354320000000,"y":3320566},{"source":"str:database:NVSdaytrip1998onwards","date":"2013-03-01","Visitors":2830843,"Type of traveller":"Domestic Day","x":1362096000000,"y":2830843},{"source":"str:database:NVSdaytrip1998onwards","date":"2013-06-01","Visitors":2814047,"Type of traveller":"Domestic Day","x":1370044800000,"y":2814047},{"source":"str:database:NVSdaytrip1998onwards","date":"2013-09-01","Visitors":2825657,"Type of traveller":"Domestic Day","x":1377993600000,"y":2825657},{"source":"str:database:NVSdaytrip1998onwards","date":"2013-12-01","Visitors":2970532,"Type of traveller":"Domestic Day","x":1385856000000,"y":2970532},{"source":"str:database:NVSdaytrip1998onwards","date":"2014-03-01","Visitors":3336370,"Type of traveller":"Domestic Day","x":1393632000000,"y":3336370},{"source":"str:database:NVSdaytrip1998onwards","date":"2014-06-01","Visitors":3209590,"Type of traveller":"Domestic Day","x":1401580800000,"y":3209590},{"source":"str:database:NVSdaytrip1998onwards","date":"2014-09-01","Visitors":3542588,"Type of traveller":"Domestic Day","x":1409529600000,"y":3542588},{"source":"str:database:NVSdaytrip1998onwards","date":"2014-12-01","Visitors":3698763,"Type of traveller":"Domestic Day","x":1417392000000,"y":3698763},{"source":"str:database:NVSdaytrip1998onwards","date":"2015-03-01","Visitors":3489964,"Type of traveller":"Domestic Day","x":1425168000000,"y":3489964},{"source":"str:database:NVSdaytrip1998onwards","date":"2015-06-01","Visitors":3552254,"Type of traveller":"Domestic Day","x":1433116800000,"y":3552254},{"source":"str:database:NVSdaytrip1998onwards","date":"2015-09-01","Visitors":3512151,"Type of traveller":"Domestic Day","x":1441065600000,"y":3512151},{"source":"str:database:NVSdaytrip1998onwards","date":"2015-12-01","Visitors":3699987,"Type of traveller":"Domestic Day","x":1448928000000,"y":3699987},{"source":"str:database:NVSdaytrip1998onwards","date":"2016-03-01","Visitors":4118882,"Type of traveller":"Domestic Day","x":1456790400000,"y":4118882},{"source":"str:database:NVSdaytrip1998onwards","date":"2016-06-01","Visitors":4295210,"Type of traveller":"Domestic Day","x":1464739200000,"y":4295210},{"source":"str:database:NVSdaytrip1998onwards","date":"2016-09-01","Visitors":4441931,"Type of traveller":"Domestic Day","x":1472688000000,"y":4441931},{"source":"str:database:NVSdaytrip1998onwards","date":"2016-12-01","Visitors":4249196,"Type of traveller":"Domestic Day","x":1480550400000,"y":4249196},{"source":"str:database:NVSdaytrip1998onwards","date":"2017-03-01","Visitors":4067291,"Type of traveller":"Domestic Day","x":1488326400000,"y":4067291},{"source":"str:database:NVSdaytrip1998onwards","date":"2017-06-01","Visitors":4250489,"Type of traveller":"Domestic Day","x":1496275200000,"y":4250489},{"source":"str:database:NVSdaytrip1998onwards","date":"2017-09-01","Visitors":4154109,"Type of traveller":"Domestic Day","x":1504224000000,"y":4154109},{"source":"str:database:NVSdaytrip1998onwards","date":"2017-12-01","Visitors":4525055,"Type of traveller":"Domestic Day","x":1512086400000,"y":4525055},{"source":"str:database:NVSdaytrip1998onwards","date":"2018-03-01","Visitors":4833159,"Type of traveller":"Domestic Day","x":1519862400000,"y":4833159},{"source":"str:database:NVSdaytrip1998onwards","date":"2018-06-01","Visitors":4898484,"Type of traveller":"Domestic Day","x":1527811200000,"y":4898484},{"source":"str:database:NVSdaytrip1998onwards","date":"2018-09-01","Visitors":5072959,"Type of traveller":"Domestic Day","x":1535760000000,"y":5072959},{"source":"str:database:NVSdaytrip1998onwards","date":"2018-12-01","Visitors":4993630,"Type of traveller":"Domestic Day","x":1543622400000,"y":4993630},{"source":"str:database:NVSdaytrip1998onwards","date":"2019-03-01","Visitors":5032140,"Type of traveller":"Domestic Day","x":1551398400000,"y":5032140},{"source":"str:database:NVSdaytrip1998onwards","date":"2019-06-01","Visitors":4839816,"Type of traveller":"Domestic Day","x":1559347200000,"y":4839816},{"source":"str:database:NVSdaytrip1998onwards","date":"2019-09-01","Visitors":4988092,"Type of traveller":"Domestic Day","x":1567296000000,"y":4988092},{"source":"str:database:NVSdaytrip1998onwards","date":"2019-12-01","Visitors":5274985,"Type of traveller":"Domestic Day","x":1575158400000,"y":5274985},{"source":"str:database:NVSdaytrip1998onwards","date":"2020-03-01","Visitors":5082105,"Type of traveller":"Domestic Day","x":1583020800000,"y":5082105},{"source":"str:database:NVSdaytrip1998onwards","date":"2020-06-01","Visitors":4088464,"Type of traveller":"Domestic Day","x":1590969600000,"y":4088464},{"source":"str:database:NVSdaytrip1998onwards","date":"2020-09-01","Visitors":2840466,"Type of traveller":"Domestic Day","x":1598918400000,"y":2840466},{"source":"str:database:NVSdaytrip1998onwards","date":"2020-12-01","Visitors":1690401,"Type of traveller":"Domestic Day","x":1606780800000,"y":1690401},{"source":"str:database:NVSdaytrip1998onwards","date":"2021-03-01","Visitors":1384180,"Type of traveller":"Domestic Day","x":1614556800000,"y":1384180},{"source":"str:database:NVSdaytrip1998onwards","date":"2021-06-01","Visitors":2072787,"Type of traveller":"Domestic Day","x":1622505600000,"y":2072787},{"source":"str:database:NVSdaytrip1998onwards","date":"2021-09-01","Visitors":2190305,"Type of traveller":"Domestic Day","x":1630454400000,"y":2190305},{"source":"str:database:NVSdaytrip1998onwards","date":"2021-12-01","Visitors":2283634,"Type of traveller":"Domestic Day","x":1638316800000,"y":2283634},{"source":"str:database:NVSdaytrip1998onwards","date":"2022-03-01","Visitors":2196706,"Type of traveller":"Domestic Day","x":1646092800000,"y":2196706},{"source":"str:database:NVSdaytrip1998onwards","date":"2022-06-01","Visitors":2530226,"Type of traveller":"Domestic Day","x":1654041600000,"y":2530226},{"source":"str:database:NVSdaytrip1998onwards","date":"2022-09-01","Visitors":3381081,"Type of traveller":"Domestic Day","x":1661990400000,"y":3381081},{"source":"str:database:NVSdaytrip1998onwards","date":"2022-12-01","Visitors":4013438,"Type of traveller":"Domestic Day","x":1669852800000,"y":4013438},{"source":"str:database:NVSdaytrip1998onwards","date":"2023-03-01","Visitors":4587841,"Type of traveller":"Domestic Day","x":1677628800000,"y":4587841},{"source":"str:database:NVSdaytrip1998onwards","date":"2023-06-01","Visitors":4824562,"Type of traveller":"Domestic Day","x":1685577600000,"y":4824562},{"source":"str:database:NVSdaytrip1998onwards","date":"2023-09-01","Visitors":4985185,"Type of traveller":"Domestic Day","x":1693526400000,"y":4985185},{"source":"str:database:NVSdaytrip1998onwards","date":"2023-12-01","Visitors":5191161,"Type of traveller":"Domestic Day","x":1701388800000,"y":5191161},{"source":"str:database:NVSdaytrip1998onwards","date":"2024-03-01","Visitors":5034991,"Type of traveller":"Domestic Day","x":1709251200000,"y":5034991},{"source":"str:database:NVSdaytrip1998onwards","date":"2024-06-01","Visitors":4994599,"Type of traveller":"Domestic Day","x":1717200000000,"y":4994599}],"type":"area","showInLegend":true,"accessibility":{"enabled":true,"description":"The chart dispays the number of creative and cultural visitors to Victoria grouped by the type of traveller"}},{"name":"Domestic Overnight","data":[{"source":"str:database:NVSOvernightTrips98onwards","date":"2012-03-01","Visitors":2974464,"Type of traveller":"Domestic Overnight","x":1330560000000,"y":2974464},{"source":"str:database:NVSOvernightTrips98onwards","date":"2012-06-01","Visitors":2853219,"Type of traveller":"Domestic Overnight","x":1338508800000,"y":2853219},{"source":"str:database:NVSOvernightTrips98onwards","date":"2012-09-01","Visitors":2701230,"Type of traveller":"Domestic Overnight","x":1346457600000,"y":2701230},{"source":"str:database:NVSOvernightTrips98onwards","date":"2012-12-01","Visitors":2642720,"Type of traveller":"Domestic Overnight","x":1354320000000,"y":2642720},{"source":"str:database:NVSOvernightTrips98onwards","date":"2013-03-01","Visitors":2667104,"Type of traveller":"Domestic Overnight","x":1362096000000,"y":2667104},{"source":"str:database:NVSOvernightTrips98onwards","date":"2013-06-01","Visitors":2741188,"Type of traveller":"Domestic Overnight","x":1370044800000,"y":2741188},{"source":"str:database:NVSOvernightTrips98onwards","date":"2013-09-01","Visitors":2921275,"Type of traveller":"Domestic Overnight","x":1377993600000,"y":2921275},{"source":"str:database:NVSOvernightTrips98onwards","date":"2013-12-01","Visitors":3053327,"Type of traveller":"Domestic Overnight","x":1385856000000,"y":3053327},{"source":"str:database:NVSOvernightTrips98onwards","date":"2014-03-01","Visitors":3119060,"Type of traveller":"Domestic Overnight","x":1393632000000,"y":3119060},{"source":"str:database:NVSOvernightTrips98onwards","date":"2014-06-01","Visitors":3170954,"Type of traveller":"Domestic Overnight","x":1401580800000,"y":3170954},{"source":"str:database:NVSOvernightTrips98onwards","date":"2014-09-01","Visitors":3122012,"Type of traveller":"Domestic Overnight","x":1409529600000,"y":3122012},{"source":"str:database:NVSOvernightTrips98onwards","date":"2014-12-01","Visitors":3153238,"Type of traveller":"Domestic Overnight","x":1417392000000,"y":3153238},{"source":"str:database:NVSOvernightTrips98onwards","date":"2015-03-01","Visitors":3347376,"Type of traveller":"Domestic Overnight","x":1425168000000,"y":3347376},{"source":"str:database:NVSOvernightTrips98onwards","date":"2015-06-01","Visitors":3391086,"Type of traveller":"Domestic Overnight","x":1433116800000,"y":3391086},{"source":"str:database:NVSOvernightTrips98onwards","date":"2015-09-01","Visitors":3465162,"Type of traveller":"Domestic Overnight","x":1441065600000,"y":3465162},{"source":"str:database:NVSOvernightTrips98onwards","date":"2015-12-01","Visitors":3575918,"Type of traveller":"Domestic Overnight","x":1448928000000,"y":3575918},{"source":"str:database:NVSOvernightTrips98onwards","date":"2016-03-01","Visitors":3665087,"Type of traveller":"Domestic Overnight","x":1456790400000,"y":3665087},{"source":"str:database:NVSOvernightTrips98onwards","date":"2016-06-01","Visitors":3675164,"Type of traveller":"Domestic Overnight","x":1464739200000,"y":3675164},{"source":"str:database:NVSOvernightTrips98onwards","date":"2016-09-01","Visitors":3749348,"Type of traveller":"Domestic Overnight","x":1472688000000,"y":3749348},{"source":"str:database:NVSOvernightTrips98onwards","date":"2016-12-01","Visitors":3763725,"Type of traveller":"Domestic Overnight","x":1480550400000,"y":3763725},{"source":"str:database:NVSOvernightTrips98onwards","date":"2017-03-01","Visitors":3668099,"Type of traveller":"Domestic Overnight","x":1488326400000,"y":3668099},{"source":"str:database:NVSOvernightTrips98onwards","date":"2017-06-01","Visitors":3793785,"Type of traveller":"Domestic Overnight","x":1496275200000,"y":3793785},{"source":"str:database:NVSOvernightTrips98onwards","date":"2017-09-01","Visitors":3893846,"Type of traveller":"Domestic Overnight","x":1504224000000,"y":3893846},{"source":"str:database:NVSOvernightTrips98onwards","date":"2017-12-01","Visitors":4170806,"Type of traveller":"Domestic Overnight","x":1512086400000,"y":4170806},{"source":"str:database:NVSOvernightTrips98onwards","date":"2018-03-01","Visitors":4252207,"Type of traveller":"Domestic Overnight","x":1519862400000,"y":4252207},{"source":"str:database:NVSOvernightTrips98onwards","date":"2018-06-01","Visitors":4204950,"Type of traveller":"Domestic Overnight","x":1527811200000,"y":4204950},{"source":"str:database:NVSOvernightTrips98onwards","date":"2018-09-01","Visitors":4330325,"Type of traveller":"Domestic Overnight","x":1535760000000,"y":4330325},{"source":"str:database:NVSOvernightTrips98onwards","date":"2018-12-01","Visitors":4200540,"Type of traveller":"Domestic Overnight","x":1543622400000,"y":4200540},{"source":"str:database:NVSOvernightTrips98onwards","date":"2019-03-01","Visitors":4364548,"Type of traveller":"Domestic Overnight","x":1551398400000,"y":4364548},{"source":"str:database:NVSOvernightTrips98onwards","date":"2019-06-01","Visitors":4737478,"Type of traveller":"Domestic Overnight","x":1559347200000,"y":4737478},{"source":"str:database:NVSOvernightTrips98onwards","date":"2019-09-01","Visitors":4794917,"Type of traveller":"Domestic Overnight","x":1567296000000,"y":4794917},{"source":"str:database:NVSOvernightTrips98onwards","date":"2019-12-01","Visitors":4805960,"Type of traveller":"Domestic Overnight","x":1575158400000,"y":4805960},{"source":"str:database:NVSOvernightTrips98onwards","date":"2020-03-01","Visitors":4500670,"Type of traveller":"Domestic Overnight","x":1583020800000,"y":4500670},{"source":"str:database:NVSOvernightTrips98onwards","date":"2020-06-01","Visitors":3201213,"Type of traveller":"Domestic Overnight","x":1590969600000,"y":3201213},{"source":"str:database:NVSOvernightTrips98onwards","date":"2020-09-01","Visitors":2194772,"Type of traveller":"Domestic Overnight","x":1598918400000,"y":2194772},{"source":"str:database:NVSOvernightTrips98onwards","date":"2020-12-01","Visitors":1399614,"Type of traveller":"Domestic Overnight","x":1606780800000,"y":1399614},{"source":"str:database:NVSOvernightTrips98onwards","date":"2021-03-01","Visitors":1178192,"Type of traveller":"Domestic Overnight","x":1614556800000,"y":1178192},{"source":"str:database:NVSOvernightTrips98onwards","date":"2021-06-01","Visitors":1846789,"Type of traveller":"Domestic Overnight","x":1622505600000,"y":1846789},{"source":"str:database:NVSOvernightTrips98onwards","date":"2021-09-01","Visitors":2002628,"Type of traveller":"Domestic Overnight","x":1630454400000,"y":2002628},{"source":"str:database:NVSOvernightTrips98onwards","date":"2021-12-01","Visitors":2131998,"Type of traveller":"Domestic Overnight","x":1638316800000,"y":2131998},{"source":"str:database:NVSOvernightTrips98onwards","date":"2022-03-01","Visitors":2224151,"Type of traveller":"Domestic Overnight","x":1646092800000,"y":2224151},{"source":"str:database:NVSOvernightTrips98onwards","date":"2022-06-01","Visitors":2869374,"Type of traveller":"Domestic Overnight","x":1654041600000,"y":2869374},{"source":"str:database:NVSOvernightTrips98onwards","date":"2022-09-01","Visitors":3868146,"Type of traveller":"Domestic Overnight","x":1661990400000,"y":3868146},{"source":"str:database:NVSOvernightTrips98onwards","date":"2022-12-01","Visitors":4552809,"Type of traveller":"Domestic Overnight","x":1669852800000,"y":4552809},{"source":"str:database:NVSOvernightTrips98onwards","date":"2023-03-01","Visitors":5176296,"Type of traveller":"Domestic Overnight","x":1677628800000,"y":5176296},{"source":"str:database:NVSOvernightTrips98onwards","date":"2023-06-01","Visitors":5051514,"Type of traveller":"Domestic Overnight","x":1685577600000,"y":5051514},{"source":"str:database:NVSOvernightTrips98onwards","date":"2023-09-01","Visitors":4921943,"Type of traveller":"Domestic Overnight","x":1693526400000,"y":4921943},{"source":"str:database:NVSOvernightTrips98onwards","date":"2023-12-01","Visitors":5113165,"Type of traveller":"Domestic Overnight","x":1701388800000,"y":5113165},{"source":"str:database:NVSOvernightTrips98onwards","date":"2024-03-01","Visitors":5095892,"Type of traveller":"Domestic Overnight","x":1709251200000,"y":5095892},{"source":"str:database:NVSOvernightTrips98onwards","date":"2024-06-01","Visitors":4958580,"Type of traveller":"Domestic Overnight","x":1717200000000,"y":4958580}],"type":"area","showInLegend":true,"accessibility":{"enabled":true,"description":"The chart dispays the number of creative and cultural visitors to Victoria grouped by the type of traveller"}},{"name":"International","data":[{"source":"str:database:IVSTrips","date":"2012-03-01","Visitors":1044349,"Type of traveller":"International","x":1330560000000,"y":1044349},{"source":"str:database:IVSTrips","date":"2012-06-01","Visitors":1037719,"Type of traveller":"International","x":1338508800000,"y":1037719},{"source":"str:database:IVSTrips","date":"2012-09-01","Visitors":1039839,"Type of traveller":"International","x":1346457600000,"y":1039839},{"source":"str:database:IVSTrips","date":"2012-12-01","Visitors":1050140,"Type of traveller":"International","x":1354320000000,"y":1050140},{"source":"str:database:IVSTrips","date":"2013-03-01","Visitors":1081356,"Type of traveller":"International","x":1362096000000,"y":1081356},{"source":"str:database:IVSTrips","date":"2013-06-01","Visitors":1096287,"Type of traveller":"International","x":1370044800000,"y":1096287},{"source":"str:database:IVSTrips","date":"2013-09-01","Visitors":1130347,"Type of traveller":"International","x":1377993600000,"y":1130347},{"source":"str:database:IVSTrips","date":"2013-12-01","Visitors":1136059,"Type of traveller":"International","x":1385856000000,"y":1136059},{"source":"str:database:IVSTrips","date":"2014-03-01","Visitors":1153603,"Type of traveller":"International","x":1393632000000,"y":1153603},{"source":"str:database:IVSTrips","date":"2014-06-01","Visitors":1200007,"Type of traveller":"International","x":1401580800000,"y":1200007},{"source":"str:database:IVSTrips","date":"2014-09-01","Visitors":1227366,"Type of traveller":"International","x":1409529600000,"y":1227366},{"source":"str:database:IVSTrips","date":"2014-12-01","Visitors":1264392,"Type of traveller":"International","x":1417392000000,"y":1264392},{"source":"str:database:IVSTrips","date":"2015-03-01","Visitors":1351383,"Type of traveller":"International","x":1425168000000,"y":1351383},{"source":"str:database:IVSTrips","date":"2015-06-01","Visitors":1369698,"Type of traveller":"International","x":1433116800000,"y":1369698},{"source":"str:database:IVSTrips","date":"2015-09-01","Visitors":1407594,"Type of traveller":"International","x":1441065600000,"y":1407594},{"source":"str:database:IVSTrips","date":"2015-12-01","Visitors":1512250,"Type of traveller":"International","x":1448928000000,"y":1512250},{"source":"str:database:IVSTrips","date":"2016-03-01","Visitors":1574397,"Type of traveller":"International","x":1456790400000,"y":1574397},{"source":"str:database:IVSTrips","date":"2016-06-01","Visitors":1613674,"Type of traveller":"International","x":1464739200000,"y":1613674},{"source":"str:database:IVSTrips","date":"2016-09-01","Visitors":1655976,"Type of traveller":"International","x":1472688000000,"y":1655976},{"source":"str:database:IVSTrips","date":"2016-12-01","Visitors":1667528,"Type of traveller":"International","x":1480550400000,"y":1667528},{"source":"str:database:IVSTrips","date":"2017-03-01","Visitors":1700484,"Type of traveller":"International","x":1488326400000,"y":1700484},{"source":"str:database:IVSTrips","date":"2017-06-01","Visitors":1751378,"Type of traveller":"International","x":1496275200000,"y":1751378},{"source":"str:database:IVSTrips","date":"2017-09-01","Visitors":1766817,"Type of traveller":"International","x":1504224000000,"y":1766817},{"source":"str:database:IVSTrips","date":"2017-12-01","Visitors":1804284,"Type of traveller":"International","x":1512086400000,"y":1804284},{"source":"str:database:IVSTrips","date":"2018-03-01","Visitors":1833263,"Type of traveller":"International","x":1519862400000,"y":1833263},{"source":"str:database:IVSTrips","date":"2018-06-01","Visitors":1840325,"Type of traveller":"International","x":1527811200000,"y":1840325},{"source":"str:database:IVSTrips","date":"2018-09-01","Visitors":1864440,"Type of traveller":"International","x":1535760000000,"y":1864440},{"source":"str:database:IVSTrips","date":"2018-12-01","Visitors":1908447,"Type of traveller":"International","x":1543622400000,"y":1908447},{"source":"str:database:IVSTrips","date":"2019-03-01","Visitors":1905077,"Type of traveller":"International","x":1551398400000,"y":1905077},{"source":"str:database:IVSTrips","date":"2019-06-01","Visitors":1885366,"Type of traveller":"International","x":1559347200000,"y":1885366},{"source":"str:database:IVSTrips","date":"2019-09-01","Visitors":1880451,"Type of traveller":"International","x":1567296000000,"y":1880451},{"source":"str:database:IVSTrips","date":"2019-12-01","Visitors":1852294,"Type of traveller":"International","x":1575158400000,"y":1852294},{"source":"str:database:IVSTrips","date":"2020-03-01","Visitors":1644460,"Type of traveller":"International","x":1583020800000,"y":1644460},{"source":"str:database:IVSTrips","date":"2020-06-01","Visitors":1288255,"Type of traveller":"International","x":1590969600000,"y":1288255},{"source":"str:database:IVSTrips","date":"2020-09-01","Visitors":889138,"Type of traveller":"International","x":1598918400000,"y":889138},{"source":"str:database:IVSTrips","date":"2020-12-01","Visitors":362890,"Type of traveller":"International","x":1606780800000,"y":362890},{"source":"str:database:IVSTrips","date":"2021-03-01","Visitors":0,"Type of traveller":"International","x":1614556800000,"y":0},{"source":"str:database:IVSTrips","date":"2021-06-01","Visitors":0,"Type of traveller":"International","x":1622505600000,"y":0},{"source":"str:database:IVSTrips","date":"2021-09-01","Visitors":0,"Type of traveller":"International","x":1630454400000,"y":0},{"source":"str:database:IVSTrips","date":"2021-12-01","Visitors":0,"Type of traveller":"International","x":1638316800000,"y":0},{"source":"str:database:IVSTrips","date":"2022-03-01","Visitors":0,"Type of traveller":"International","x":1646092800000,"y":0},{"source":"str:database:IVSTrips","date":"2022-06-01","Visitors":0,"Type of traveller":"International","x":1654041600000,"y":0},{"source":"str:database:IVSTrips","date":"2022-09-01","Visitors":143776,"Type of traveller":"International","x":1661990400000,"y":143776},{"source":"str:database:IVSTrips","date":"2022-12-01","Visitors":342655,"Type of traveller":"International","x":1669852800000,"y":342655},{"source":"str:database:IVSTrips","date":"2023-03-01","Visitors":620901,"Type of traveller":"International","x":1677628800000,"y":620901},{"source":"str:database:IVSTrips","date":"2023-06-01","Visitors":887863,"Type of traveller":"International","x":1685577600000,"y":887863},{"source":"str:database:IVSTrips","date":"2023-09-01","Visitors":1025177,"Type of traveller":"International","x":1693526400000,"y":1025177},{"source":"str:database:IVSTrips","date":"2023-12-01","Visitors":1202655,"Type of traveller":"International","x":1701388800000,"y":1202655},{"source":"str:database:IVSTrips","date":"2024-03-01","Visitors":1445324,"Type of traveller":"International","x":1709251200000,"y":1445324},{"source":"str:database:IVSTrips","date":"2024-06-01","Visitors":1489506,"Type of traveller":"International","x":1717200000000,"y":1489506}],"type":"area","showInLegend":true,"accessibility":{"enabled":true,"description":"The chart dispays the number of creative and cultural visitors to Victoria grouped by the type of traveller"}}],"xAxis":{"type":"datetime","title":{"text":""},"accesibility":{"enabled":true}},"colors":["#0E4E96","#F04E30","#006864"],"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.tooltip.formatter"],"jsHooks":[]}</script>
<div id="cc-visitors-regional" style="width:100%;height:350px;" class="highchart html-widget "></div>
<script type="application/json" data-for="cc-visitors-regional">{"x":{"hc_opts":{"chart":{"reflow":true,"height":350},"title":{"text":"Creative and cultural visitors to regional Victoria"},"yAxis":{"title":{"text":"Visitors"},"type":"linear"},"credits":{"enabled":false},"exporting":{"enabled":true,"allowHTML":true,"allowTableSorting":false,"accessibility":{"enabled":true,"keyboardNavigation":{"enabled":true}},"buttons":{"contextButton":{"menuItems":["viewFullscreen","viewData","separator","downloadPNG","downloadSVG","downloadCSV"]}},"csv":{"dateFormat":"%B %Y"},"chartOptions":{"title":{"style":{"fontFamily":"Arial"}},"subtitle":{"style":{"fontFamily":"Arial"}},"legend":{"enabled":true,"itemStyle":{"fontFamily":"Arial"}},"xAxis":{"labels":{"style":{"fontFamily":"Arial"}}},"yAxis":{"labels":{"style":{"fontFamily":"Arial"}}},"caption":{"style":{"fontFamily":"Arial"}},"chart":{"style":{"fontFamily":"Arial"}}}},"boost":{"enabled":false},"plotOptions":{"series":{"label":{"enabled":false},"turboThreshold":0,"showInLegend":true},"treemap":{"layoutAlgorithm":"squarified"},"scatter":{"marker":{"symbol":"circle"}},"area":{"stacking":"normal"}},"series":[{"name":"Domestic Day","data":[{"source":"str:database:NVSdaytrip1998onwards","date":"2012-03-01","Visitors":2079936,"Type of traveller":"Domestic Day","x":1330560000000,"y":2079936},{"source":"str:database:NVSdaytrip1998onwards","date":"2012-06-01","Visitors":2121371,"Type of traveller":"Domestic Day","x":1338508800000,"y":2121371},{"source":"str:database:NVSdaytrip1998onwards","date":"2012-09-01","Visitors":2066366,"Type of traveller":"Domestic Day","x":1346457600000,"y":2066366},{"source":"str:database:NVSdaytrip1998onwards","date":"2012-12-01","Visitors":1911786,"Type of traveller":"Domestic Day","x":1354320000000,"y":1911786},{"source":"str:database:NVSdaytrip1998onwards","date":"2013-03-01","Visitors":1731619,"Type of traveller":"Domestic Day","x":1362096000000,"y":1731619},{"source":"str:database:NVSdaytrip1998onwards","date":"2013-06-01","Visitors":1717962,"Type of traveller":"Domestic Day","x":1370044800000,"y":1717962},{"source":"str:database:NVSdaytrip1998onwards","date":"2013-09-01","Visitors":1688090,"Type of traveller":"Domestic Day","x":1377993600000,"y":1688090},{"source":"str:database:NVSdaytrip1998onwards","date":"2013-12-01","Visitors":1797957,"Type of traveller":"Domestic Day","x":1385856000000,"y":1797957},{"source":"str:database:NVSdaytrip1998onwards","date":"2014-03-01","Visitors":1945426,"Type of traveller":"Domestic Day","x":1393632000000,"y":1945426},{"source":"str:database:NVSdaytrip1998onwards","date":"2014-06-01","Visitors":1838525,"Type of traveller":"Domestic Day","x":1401580800000,"y":1838525},{"source":"str:database:NVSdaytrip1998onwards","date":"2014-09-01","Visitors":2102227,"Type of traveller":"Domestic Day","x":1409529600000,"y":2102227},{"source":"str:database:NVSdaytrip1998onwards","date":"2014-12-01","Visitors":2282453,"Type of traveller":"Domestic Day","x":1417392000000,"y":2282453},{"source":"str:database:NVSdaytrip1998onwards","date":"2015-03-01","Visitors":2251194,"Type of traveller":"Domestic Day","x":1425168000000,"y":2251194},{"source":"str:database:NVSdaytrip1998onwards","date":"2015-06-01","Visitors":2308790,"Type of traveller":"Domestic Day","x":1433116800000,"y":2308790},{"source":"str:database:NVSdaytrip1998onwards","date":"2015-09-01","Visitors":2251613,"Type of traveller":"Domestic Day","x":1441065600000,"y":2251613},{"source":"str:database:NVSdaytrip1998onwards","date":"2015-12-01","Visitors":2252842,"Type of traveller":"Domestic Day","x":1448928000000,"y":2252842},{"source":"str:database:NVSdaytrip1998onwards","date":"2016-03-01","Visitors":2503968,"Type of traveller":"Domestic Day","x":1456790400000,"y":2503968},{"source":"str:database:NVSdaytrip1998onwards","date":"2016-06-01","Visitors":2655456,"Type of traveller":"Domestic Day","x":1464739200000,"y":2655456},{"source":"str:database:NVSdaytrip1998onwards","date":"2016-09-01","Visitors":2663486,"Type of traveller":"Domestic Day","x":1472688000000,"y":2663486},{"source":"str:database:NVSdaytrip1998onwards","date":"2016-12-01","Visitors":2615730,"Type of traveller":"Domestic Day","x":1480550400000,"y":2615730},{"source":"str:database:NVSdaytrip1998onwards","date":"2017-03-01","Visitors":2490474,"Type of traveller":"Domestic Day","x":1488326400000,"y":2490474},{"source":"str:database:NVSdaytrip1998onwards","date":"2017-06-01","Visitors":2519554,"Type of traveller":"Domestic Day","x":1496275200000,"y":2519554},{"source":"str:database:NVSdaytrip1998onwards","date":"2017-09-01","Visitors":2614803,"Type of traveller":"Domestic Day","x":1504224000000,"y":2614803},{"source":"str:database:NVSdaytrip1998onwards","date":"2017-12-01","Visitors":2833898,"Type of traveller":"Domestic Day","x":1512086400000,"y":2833898},{"source":"str:database:NVSdaytrip1998onwards","date":"2018-03-01","Visitors":2986599,"Type of traveller":"Domestic Day","x":1519862400000,"y":2986599},{"source":"str:database:NVSdaytrip1998onwards","date":"2018-06-01","Visitors":3182871,"Type of traveller":"Domestic Day","x":1527811200000,"y":3182871},{"source":"str:database:NVSdaytrip1998onwards","date":"2018-09-01","Visitors":3267865,"Type of traveller":"Domestic Day","x":1535760000000,"y":3267865},{"source":"str:database:NVSdaytrip1998onwards","date":"2018-12-01","Visitors":3223207,"Type of traveller":"Domestic Day","x":1543622400000,"y":3223207},{"source":"str:database:NVSdaytrip1998onwards","date":"2019-03-01","Visitors":3273153,"Type of traveller":"Domestic Day","x":1551398400000,"y":3273153},{"source":"str:database:NVSdaytrip1998onwards","date":"2019-06-01","Visitors":3155996,"Type of traveller":"Domestic Day","x":1559347200000,"y":3155996},{"source":"str:database:NVSdaytrip1998onwards","date":"2019-09-01","Visitors":3255815,"Type of traveller":"Domestic Day","x":1567296000000,"y":3255815},{"source":"str:database:NVSdaytrip1998onwards","date":"2019-12-01","Visitors":3444996,"Type of traveller":"Domestic Day","x":1575158400000,"y":3444996},{"source":"str:database:NVSdaytrip1998onwards","date":"2020-03-01","Visitors":3303239,"Type of traveller":"Domestic Day","x":1583020800000,"y":3303239},{"source":"str:database:NVSdaytrip1998onwards","date":"2020-06-01","Visitors":2613951,"Type of traveller":"Domestic Day","x":1590969600000,"y":2613951},{"source":"str:database:NVSdaytrip1998onwards","date":"2020-09-01","Visitors":1820851,"Type of traveller":"Domestic Day","x":1598918400000,"y":1820851},{"source":"str:database:NVSdaytrip1998onwards","date":"2020-12-01","Visitors":1086721,"Type of traveller":"Domestic Day","x":1606780800000,"y":1086721},{"source":"str:database:NVSdaytrip1998onwards","date":"2021-03-01","Visitors":923337,"Type of traveller":"Domestic Day","x":1614556800000,"y":923337},{"source":"str:database:NVSdaytrip1998onwards","date":"2021-06-01","Visitors":1423965,"Type of traveller":"Domestic Day","x":1622505600000,"y":1423965},{"source":"str:database:NVSdaytrip1998onwards","date":"2021-09-01","Visitors":1496795,"Type of traveller":"Domestic Day","x":1630454400000,"y":1496795},{"source":"str:database:NVSdaytrip1998onwards","date":"2021-12-01","Visitors":1536125,"Type of traveller":"Domestic Day","x":1638316800000,"y":1536125},{"source":"str:database:NVSdaytrip1998onwards","date":"2022-03-01","Visitors":1440395,"Type of traveller":"Domestic Day","x":1646092800000,"y":1440395},{"source":"str:database:NVSdaytrip1998onwards","date":"2022-06-01","Visitors":1518487,"Type of traveller":"Domestic Day","x":1654041600000,"y":1518487},{"source":"str:database:NVSdaytrip1998onwards","date":"2022-09-01","Visitors":1917520,"Type of traveller":"Domestic Day","x":1661990400000,"y":1917520},{"source":"str:database:NVSdaytrip1998onwards","date":"2022-12-01","Visitors":2236007,"Type of traveller":"Domestic Day","x":1669852800000,"y":2236007},{"source":"str:database:NVSdaytrip1998onwards","date":"2023-03-01","Visitors":2630887,"Type of traveller":"Domestic Day","x":1677628800000,"y":2630887},{"source":"str:database:NVSdaytrip1998onwards","date":"2023-06-01","Visitors":2754268,"Type of traveller":"Domestic Day","x":1685577600000,"y":2754268},{"source":"str:database:NVSdaytrip1998onwards","date":"2023-09-01","Visitors":2999815,"Type of traveller":"Domestic Day","x":1693526400000,"y":2999815},{"source":"str:database:NVSdaytrip1998onwards","date":"2023-12-01","Visitors":3146788,"Type of traveller":"Domestic Day","x":1701388800000,"y":3146788},{"source":"str:database:NVSdaytrip1998onwards","date":"2024-03-01","Visitors":3037070,"Type of traveller":"Domestic Day","x":1709251200000,"y":3037070},{"source":"str:database:NVSdaytrip1998onwards","date":"2024-06-01","Visitors":2943064,"Type of traveller":"Domestic Day","x":1717200000000,"y":2943064}],"type":"area","showInLegend":true,"accessibility":{"enabled":true,"description":"The chart dispays the number of creative and cultural visitors to regional Victoria grouped by the type of traveller"}},{"name":"Domestic Overnight","data":[{"source":"str:database:NVSOvernightTrips98onwards","date":"2012-03-01","Visitors":1485528,"Type of traveller":"Domestic Overnight","x":1330560000000,"y":1485528},{"source":"str:database:NVSOvernightTrips98onwards","date":"2012-06-01","Visitors":1492208,"Type of traveller":"Domestic Overnight","x":1338508800000,"y":1492208},{"source":"str:database:NVSOvernightTrips98onwards","date":"2012-09-01","Visitors":1505357,"Type of traveller":"Domestic Overnight","x":1346457600000,"y":1505357},{"source":"str:database:NVSOvernightTrips98onwards","date":"2012-12-01","Visitors":1465204,"Type of traveller":"Domestic Overnight","x":1354320000000,"y":1465204},{"source":"str:database:NVSOvernightTrips98onwards","date":"2013-03-01","Visitors":1429361,"Type of traveller":"Domestic Overnight","x":1362096000000,"y":1429361},{"source":"str:database:NVSOvernightTrips98onwards","date":"2013-06-01","Visitors":1437612,"Type of traveller":"Domestic Overnight","x":1370044800000,"y":1437612},{"source":"str:database:NVSOvernightTrips98onwards","date":"2013-09-01","Visitors":1479867,"Type of traveller":"Domestic Overnight","x":1377993600000,"y":1479867},{"source":"str:database:NVSOvernightTrips98onwards","date":"2013-12-01","Visitors":1551123,"Type of traveller":"Domestic Overnight","x":1385856000000,"y":1551123},{"source":"str:database:NVSOvernightTrips98onwards","date":"2014-03-01","Visitors":1602637,"Type of traveller":"Domestic Overnight","x":1393632000000,"y":1602637},{"source":"str:database:NVSOvernightTrips98onwards","date":"2014-06-01","Visitors":1666207,"Type of traveller":"Domestic Overnight","x":1401580800000,"y":1666207},{"source":"str:database:NVSOvernightTrips98onwards","date":"2014-09-01","Visitors":1703924,"Type of traveller":"Domestic Overnight","x":1409529600000,"y":1703924},{"source":"str:database:NVSOvernightTrips98onwards","date":"2014-12-01","Visitors":1734545,"Type of traveller":"Domestic Overnight","x":1417392000000,"y":1734545},{"source":"str:database:NVSOvernightTrips98onwards","date":"2015-03-01","Visitors":1810481,"Type of traveller":"Domestic Overnight","x":1425168000000,"y":1810481},{"source":"str:database:NVSOvernightTrips98onwards","date":"2015-06-01","Visitors":1872480,"Type of traveller":"Domestic Overnight","x":1433116800000,"y":1872480},{"source":"str:database:NVSOvernightTrips98onwards","date":"2015-09-01","Visitors":1896413,"Type of traveller":"Domestic Overnight","x":1441065600000,"y":1896413},{"source":"str:database:NVSOvernightTrips98onwards","date":"2015-12-01","Visitors":1930451,"Type of traveller":"Domestic Overnight","x":1448928000000,"y":1930451},{"source":"str:database:NVSOvernightTrips98onwards","date":"2016-03-01","Visitors":2033639,"Type of traveller":"Domestic Overnight","x":1456790400000,"y":2033639},{"source":"str:database:NVSOvernightTrips98onwards","date":"2016-06-01","Visitors":1991847,"Type of traveller":"Domestic Overnight","x":1464739200000,"y":1991847},{"source":"str:database:NVSOvernightTrips98onwards","date":"2016-09-01","Visitors":2000452,"Type of traveller":"Domestic Overnight","x":1472688000000,"y":2000452},{"source":"str:database:NVSOvernightTrips98onwards","date":"2016-12-01","Visitors":2007480,"Type of traveller":"Domestic Overnight","x":1480550400000,"y":2007480},{"source":"str:database:NVSOvernightTrips98onwards","date":"2017-03-01","Visitors":1960639,"Type of traveller":"Domestic Overnight","x":1488326400000,"y":1960639},{"source":"str:database:NVSOvernightTrips98onwards","date":"2017-06-01","Visitors":2052799,"Type of traveller":"Domestic Overnight","x":1496275200000,"y":2052799},{"source":"str:database:NVSOvernightTrips98onwards","date":"2017-09-01","Visitors":2053085,"Type of traveller":"Domestic Overnight","x":1504224000000,"y":2053085},{"source":"str:database:NVSOvernightTrips98onwards","date":"2017-12-01","Visitors":2198489,"Type of traveller":"Domestic Overnight","x":1512086400000,"y":2198489},{"source":"str:database:NVSOvernightTrips98onwards","date":"2018-03-01","Visitors":2212983,"Type of traveller":"Domestic Overnight","x":1519862400000,"y":2212983},{"source":"str:database:NVSOvernightTrips98onwards","date":"2018-06-01","Visitors":2222704,"Type of traveller":"Domestic Overnight","x":1527811200000,"y":2222704},{"source":"str:database:NVSOvernightTrips98onwards","date":"2018-09-01","Visitors":2337710,"Type of traveller":"Domestic Overnight","x":1535760000000,"y":2337710},{"source":"str:database:NVSOvernightTrips98onwards","date":"2018-12-01","Visitors":2281001,"Type of traveller":"Domestic Overnight","x":1543622400000,"y":2281001},{"source":"str:database:NVSOvernightTrips98onwards","date":"2019-03-01","Visitors":2399243,"Type of traveller":"Domestic Overnight","x":1551398400000,"y":2399243},{"source":"str:database:NVSOvernightTrips98onwards","date":"2019-06-01","Visitors":2583084,"Type of traveller":"Domestic Overnight","x":1559347200000,"y":2583084},{"source":"str:database:NVSOvernightTrips98onwards","date":"2019-09-01","Visitors":2633695,"Type of traveller":"Domestic Overnight","x":1567296000000,"y":2633695},{"source":"str:database:NVSOvernightTrips98onwards","date":"2019-12-01","Visitors":2622154,"Type of traveller":"Domestic Overnight","x":1575158400000,"y":2622154},{"source":"str:database:NVSOvernightTrips98onwards","date":"2020-03-01","Visitors":2434686,"Type of traveller":"Domestic Overnight","x":1583020800000,"y":2434686},{"source":"str:database:NVSOvernightTrips98onwards","date":"2020-06-01","Visitors":1703519,"Type of traveller":"Domestic Overnight","x":1590969600000,"y":1703519},{"source":"str:database:NVSOvernightTrips98onwards","date":"2020-09-01","Visitors":1233454,"Type of traveller":"Domestic Overnight","x":1598918400000,"y":1233454},{"source":"str:database:NVSOvernightTrips98onwards","date":"2020-12-01","Visitors":958448,"Type of traveller":"Domestic Overnight","x":1606780800000,"y":958448},{"source":"str:database:NVSOvernightTrips98onwards","date":"2021-03-01","Visitors":1033116,"Type of traveller":"Domestic Overnight","x":1614556800000,"y":1033116},{"source":"str:database:NVSOvernightTrips98onwards","date":"2021-06-01","Visitors":1471256,"Type of traveller":"Domestic Overnight","x":1622505600000,"y":1471256},{"source":"str:database:NVSOvernightTrips98onwards","date":"2021-09-01","Visitors":1601611,"Type of traveller":"Domestic Overnight","x":1630454400000,"y":1601611},{"source":"str:database:NVSOvernightTrips98onwards","date":"2021-12-01","Visitors":1631030,"Type of traveller":"Domestic Overnight","x":1638316800000,"y":1631030},{"source":"str:database:NVSOvernightTrips98onwards","date":"2022-03-01","Visitors":1560942,"Type of traveller":"Domestic Overnight","x":1646092800000,"y":1560942},{"source":"str:database:NVSOvernightTrips98onwards","date":"2022-06-01","Visitors":1857924,"Type of traveller":"Domestic Overnight","x":1654041600000,"y":1857924},{"source":"str:database:NVSOvernightTrips98onwards","date":"2022-09-01","Visitors":2305845,"Type of traveller":"Domestic Overnight","x":1661990400000,"y":2305845},{"source":"str:database:NVSOvernightTrips98onwards","date":"2022-12-01","Visitors":2567177,"Type of traveller":"Domestic Overnight","x":1669852800000,"y":2567177},{"source":"str:database:NVSOvernightTrips98onwards","date":"2023-03-01","Visitors":2764513,"Type of traveller":"Domestic Overnight","x":1677628800000,"y":2764513},{"source":"str:database:NVSOvernightTrips98onwards","date":"2023-06-01","Visitors":2605351,"Type of traveller":"Domestic Overnight","x":1685577600000,"y":2605351},{"source":"str:database:NVSOvernightTrips98onwards","date":"2023-09-01","Visitors":2512433,"Type of traveller":"Domestic Overnight","x":1693526400000,"y":2512433},{"source":"str:database:NVSOvernightTrips98onwards","date":"2023-12-01","Visitors":2570450,"Type of traveller":"Domestic Overnight","x":1701388800000,"y":2570450},{"source":"str:database:NVSOvernightTrips98onwards","date":"2024-03-01","Visitors":2537171,"Type of traveller":"Domestic Overnight","x":1709251200000,"y":2537171},{"source":"str:database:NVSOvernightTrips98onwards","date":"2024-06-01","Visitors":2574091,"Type of traveller":"Domestic Overnight","x":1717200000000,"y":2574091}],"type":"area","showInLegend":true,"accessibility":{"enabled":true,"description":"The chart dispays the number of creative and cultural visitors to regional Victoria grouped by the type of traveller"}},{"name":"International","data":[{"source":"str:database:IVSTrips","date":"2012-03-01","Visitors":223797,"Type of traveller":"International","x":1330560000000,"y":223797},{"source":"str:database:IVSTrips","date":"2012-06-01","Visitors":219437,"Type of traveller":"International","x":1338508800000,"y":219437},{"source":"str:database:IVSTrips","date":"2012-09-01","Visitors":219864,"Type of traveller":"International","x":1346457600000,"y":219864},{"source":"str:database:IVSTrips","date":"2012-12-01","Visitors":211784,"Type of traveller":"International","x":1354320000000,"y":211784},{"source":"str:database:IVSTrips","date":"2013-03-01","Visitors":215044,"Type of traveller":"International","x":1362096000000,"y":215044},{"source":"str:database:IVSTrips","date":"2013-06-01","Visitors":213677,"Type of traveller":"International","x":1370044800000,"y":213677},{"source":"str:database:IVSTrips","date":"2013-09-01","Visitors":218385,"Type of traveller":"International","x":1377993600000,"y":218385},{"source":"str:database:IVSTrips","date":"2013-12-01","Visitors":227466,"Type of traveller":"International","x":1385856000000,"y":227466},{"source":"str:database:IVSTrips","date":"2014-03-01","Visitors":231525,"Type of traveller":"International","x":1393632000000,"y":231525},{"source":"str:database:IVSTrips","date":"2014-06-01","Visitors":245152,"Type of traveller":"International","x":1401580800000,"y":245152},{"source":"str:database:IVSTrips","date":"2014-09-01","Visitors":246530,"Type of traveller":"International","x":1409529600000,"y":246530},{"source":"str:database:IVSTrips","date":"2014-12-01","Visitors":248458,"Type of traveller":"International","x":1417392000000,"y":248458},{"source":"str:database:IVSTrips","date":"2015-03-01","Visitors":264968,"Type of traveller":"International","x":1425168000000,"y":264968},{"source":"str:database:IVSTrips","date":"2015-06-01","Visitors":265826,"Type of traveller":"International","x":1433116800000,"y":265826},{"source":"str:database:IVSTrips","date":"2015-09-01","Visitors":272398,"Type of traveller":"International","x":1441065600000,"y":272398},{"source":"str:database:IVSTrips","date":"2015-12-01","Visitors":306999,"Type of traveller":"International","x":1448928000000,"y":306999},{"source":"str:database:IVSTrips","date":"2016-03-01","Visitors":322574,"Type of traveller":"International","x":1456790400000,"y":322574},{"source":"str:database:IVSTrips","date":"2016-06-01","Visitors":331061,"Type of traveller":"International","x":1464739200000,"y":331061},{"source":"str:database:IVSTrips","date":"2016-09-01","Visitors":347199,"Type of traveller":"International","x":1472688000000,"y":347199},{"source":"str:database:IVSTrips","date":"2016-12-01","Visitors":336937,"Type of traveller":"International","x":1480550400000,"y":336937},{"source":"str:database:IVSTrips","date":"2017-03-01","Visitors":357070,"Type of traveller":"International","x":1488326400000,"y":357070},{"source":"str:database:IVSTrips","date":"2017-06-01","Visitors":364967,"Type of traveller":"International","x":1496275200000,"y":364967},{"source":"str:database:IVSTrips","date":"2017-09-01","Visitors":367229,"Type of traveller":"International","x":1504224000000,"y":367229},{"source":"str:database:IVSTrips","date":"2017-12-01","Visitors":354483,"Type of traveller":"International","x":1512086400000,"y":354483},{"source":"str:database:IVSTrips","date":"2018-03-01","Visitors":349338,"Type of traveller":"International","x":1519862400000,"y":349338},{"source":"str:database:IVSTrips","date":"2018-06-01","Visitors":353409,"Type of traveller":"International","x":1527811200000,"y":353409},{"source":"str:database:IVSTrips","date":"2018-09-01","Visitors":353717,"Type of traveller":"International","x":1535760000000,"y":353717},{"source":"str:database:IVSTrips","date":"2018-12-01","Visitors":390518,"Type of traveller":"International","x":1543622400000,"y":390518},{"source":"str:database:IVSTrips","date":"2019-03-01","Visitors":395870,"Type of traveller":"International","x":1551398400000,"y":395870},{"source":"str:database:IVSTrips","date":"2019-06-01","Visitors":392917,"Type of traveller":"International","x":1559347200000,"y":392917},{"source":"str:database:IVSTrips","date":"2019-09-01","Visitors":389733,"Type of traveller":"International","x":1567296000000,"y":389733},{"source":"str:database:IVSTrips","date":"2019-12-01","Visitors":375334,"Type of traveller":"International","x":1575158400000,"y":375334},{"source":"str:database:IVSTrips","date":"2020-03-01","Visitors":330619,"Type of traveller":"International","x":1583020800000,"y":330619},{"source":"str:database:IVSTrips","date":"2020-06-01","Visitors":262317,"Type of traveller":"International","x":1590969600000,"y":262317},{"source":"str:database:IVSTrips","date":"2020-09-01","Visitors":198563,"Type of traveller":"International","x":1598918400000,"y":198563},{"source":"str:database:IVSTrips","date":"2020-12-01","Visitors":88027,"Type of traveller":"International","x":1606780800000,"y":88027},{"source":"str:database:IVSTrips","date":"2021-03-01","Visitors":0,"Type of traveller":"International","x":1614556800000,"y":0},{"source":"str:database:IVSTrips","date":"2021-06-01","Visitors":0,"Type of traveller":"International","x":1622505600000,"y":0},{"source":"str:database:IVSTrips","date":"2021-09-01","Visitors":0,"Type of traveller":"International","x":1630454400000,"y":0},{"source":"str:database:IVSTrips","date":"2021-12-01","Visitors":0,"Type of traveller":"International","x":1638316800000,"y":0},{"source":"str:database:IVSTrips","date":"2022-03-01","Visitors":0,"Type of traveller":"International","x":1646092800000,"y":0},{"source":"str:database:IVSTrips","date":"2022-06-01","Visitors":0,"Type of traveller":"International","x":1654041600000,"y":0},{"source":"str:database:IVSTrips","date":"2022-09-01","Visitors":21863,"Type of traveller":"International","x":1661990400000,"y":21863},{"source":"str:database:IVSTrips","date":"2022-12-01","Visitors":66830,"Type of traveller":"International","x":1669852800000,"y":66830},{"source":"str:database:IVSTrips","date":"2023-03-01","Visitors":137621,"Type of traveller":"International","x":1677628800000,"y":137621},{"source":"str:database:IVSTrips","date":"2023-06-01","Visitors":182688,"Type of traveller":"International","x":1685577600000,"y":182688},{"source":"str:database:IVSTrips","date":"2023-09-01","Visitors":208214,"Type of traveller":"International","x":1693526400000,"y":208214},{"source":"str:database:IVSTrips","date":"2023-12-01","Visitors":236598,"Type of traveller":"International","x":1701388800000,"y":236598},{"source":"str:database:IVSTrips","date":"2024-03-01","Visitors":251052,"Type of traveller":"International","x":1709251200000,"y":251052},{"source":"str:database:IVSTrips","date":"2024-06-01","Visitors":262292,"Type of traveller":"International","x":1717200000000,"y":262292}],"type":"area","showInLegend":true,"accessibility":{"enabled":true,"description":"The chart dispays the number of creative and cultural visitors to regional Victoria grouped by the type of traveller"}}],"xAxis":{"type":"datetime","title":{"text":""},"accesibility":{"enabled":true}},"colors":["#0E4E96","#F04E30","#006864"],"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.tooltip.formatter"],"jsHooks":[]}</script>
<div id="cc-visitors-total" style="width:100%;height:350px;" class="highchart html-widget "></div>
<script type="application/json" data-for="cc-visitors-total">{"x":{"hc_opts":{"chart":{"reflow":true,"height":350},"title":{"text":"Total number of visitors to Victoria"},"yAxis":{"title":{"text":"Visitors"},"type":"linear"},"credits":{"enabled":false},"exporting":{"enabled":true,"allowHTML":true,"allowTableSorting":false,"accessibility":{"enabled":true,"keyboardNavigation":{"enabled":true}},"buttons":{"contextButton":{"menuItems":["viewFullscreen","viewData","separator","downloadPNG","downloadSVG","downloadCSV"]}},"csv":{"dateFormat":"%B %Y"},"chartOptions":{"title":{"style":{"fontFamily":"Arial"}},"subtitle":{"style":{"fontFamily":"Arial"}},"legend":{"enabled":true,"itemStyle":{"fontFamily":"Arial"}},"xAxis":{"labels":{"style":{"fontFamily":"Arial"}}},"yAxis":{"labels":{"style":{"fontFamily":"Arial"}}},"caption":{"style":{"fontFamily":"Arial"}},"chart":{"style":{"fontFamily":"Arial"}}}},"boost":{"enabled":false},"plotOptions":{"series":{"label":{"enabled":false},"turboThreshold":0,"showInLegend":true},"treemap":{"layoutAlgorithm":"squarified"},"scatter":{"marker":{"symbol":"circle"}},"area":{"stacking":"normal"}},"series":[{"name":"Domestic Day","data":[{"source":"str:database:NVSdaytrip1998onwards","date":"2012-03-01","Visitors":43711854,"Type of traveller":"Domestic Day","x":1330560000000,"y":43711854},{"source":"str:database:NVSdaytrip1998onwards","date":"2012-06-01","Visitors":44122934,"Type of traveller":"Domestic Day","x":1338508800000,"y":44122934},{"source":"str:database:NVSdaytrip1998onwards","date":"2012-09-01","Visitors":45652677,"Type of traveller":"Domestic Day","x":1346457600000,"y":45652677},{"source":"str:database:NVSdaytrip1998onwards","date":"2012-12-01","Visitors":45462573,"Type of traveller":"Domestic Day","x":1354320000000,"y":45462573},{"source":"str:database:NVSdaytrip1998onwards","date":"2013-03-01","Visitors":44595134,"Type of traveller":"Domestic Day","x":1362096000000,"y":44595134},{"source":"str:database:NVSdaytrip1998onwards","date":"2013-06-01","Visitors":43829705,"Type of traveller":"Domestic Day","x":1370044800000,"y":43829705},{"source":"str:database:NVSdaytrip1998onwards","date":"2013-09-01","Visitors":42982766,"Type of traveller":"Domestic Day","x":1377993600000,"y":42982766},{"source":"str:database:NVSdaytrip1998onwards","date":"2013-12-01","Visitors":42488035,"Type of traveller":"Domestic Day","x":1385856000000,"y":42488035},{"source":"str:database:NVSdaytrip1998onwards","date":"2014-03-01","Visitors":42682182,"Type of traveller":"Domestic Day","x":1393632000000,"y":42682182},{"source":"str:database:NVSdaytrip1998onwards","date":"2014-06-01","Visitors":42905090,"Type of traveller":"Domestic Day","x":1401580800000,"y":42905090},{"source":"str:database:NVSdaytrip1998onwards","date":"2014-09-01","Visitors":42367914,"Type of traveller":"Domestic Day","x":1409529600000,"y":42367914},{"source":"str:database:NVSdaytrip1998onwards","date":"2014-12-01","Visitors":43409312,"Type of traveller":"Domestic Day","x":1417392000000,"y":43409312},{"source":"str:database:NVSdaytrip1998onwards","date":"2015-03-01","Visitors":43458705,"Type of traveller":"Domestic Day","x":1425168000000,"y":43458705},{"source":"str:database:NVSdaytrip1998onwards","date":"2015-06-01","Visitors":44001790,"Type of traveller":"Domestic Day","x":1433116800000,"y":44001790},{"source":"str:database:NVSdaytrip1998onwards","date":"2015-09-01","Visitors":44599243,"Type of traveller":"Domestic Day","x":1441065600000,"y":44599243},{"source":"str:database:NVSdaytrip1998onwards","date":"2015-12-01","Visitors":45653144,"Type of traveller":"Domestic Day","x":1448928000000,"y":45653144},{"source":"str:database:NVSdaytrip1998onwards","date":"2016-03-01","Visitors":46354268,"Type of traveller":"Domestic Day","x":1456790400000,"y":46354268},{"source":"str:database:NVSdaytrip1998onwards","date":"2016-06-01","Visitors":47317637,"Type of traveller":"Domestic Day","x":1464739200000,"y":47317637},{"source":"str:database:NVSdaytrip1998onwards","date":"2016-09-01","Visitors":48693943,"Type of traveller":"Domestic Day","x":1472688000000,"y":48693943},{"source":"str:database:NVSdaytrip1998onwards","date":"2016-12-01","Visitors":48546120,"Type of traveller":"Domestic Day","x":1480550400000,"y":48546120},{"source":"str:database:NVSdaytrip1998onwards","date":"2017-03-01","Visitors":49611113,"Type of traveller":"Domestic Day","x":1488326400000,"y":49611113},{"source":"str:database:NVSdaytrip1998onwards","date":"2017-06-01","Visitors":49559273,"Type of traveller":"Domestic Day","x":1496275200000,"y":49559273},{"source":"str:database:NVSdaytrip1998onwards","date":"2017-09-01","Visitors":50771143,"Type of traveller":"Domestic Day","x":1504224000000,"y":50771143},{"source":"str:database:NVSdaytrip1998onwards","date":"2017-12-01","Visitors":52796379,"Type of traveller":"Domestic Day","x":1512086400000,"y":52796379},{"source":"str:database:NVSdaytrip1998onwards","date":"2018-03-01","Visitors":53670974,"Type of traveller":"Domestic Day","x":1519862400000,"y":53670974},{"source":"str:database:NVSdaytrip1998onwards","date":"2018-06-01","Visitors":55315235,"Type of traveller":"Domestic Day","x":1527811200000,"y":55315235},{"source":"str:database:NVSdaytrip1998onwards","date":"2018-09-01","Visitors":56030645,"Type of traveller":"Domestic Day","x":1535760000000,"y":56030645},{"source":"str:database:NVSdaytrip1998onwards","date":"2018-12-01","Visitors":56046925,"Type of traveller":"Domestic Day","x":1543622400000,"y":56046925},{"source":"str:database:NVSdaytrip1998onwards","date":"2019-03-01","Visitors":59697287,"Type of traveller":"Domestic Day","x":1551398400000,"y":59697287},{"source":"str:database:NVSdaytrip1998onwards","date":"2019-06-01","Visitors":61452908,"Type of traveller":"Domestic Day","x":1559347200000,"y":61452908},{"source":"str:database:NVSdaytrip1998onwards","date":"2019-09-01","Visitors":64285689,"Type of traveller":"Domestic Day","x":1567296000000,"y":64285689},{"source":"str:database:NVSdaytrip1998onwards","date":"2019-12-01","Visitors":67483020,"Type of traveller":"Domestic Day","x":1575158400000,"y":67483020},{"source":"str:database:NVSdaytrip1998onwards","date":"2020-03-01","Visitors":64402915,"Type of traveller":"Domestic Day","x":1583020800000,"y":64402915},{"source":"str:database:NVSdaytrip1998onwards","date":"2020-06-01","Visitors":55555182,"Type of traveller":"Domestic Day","x":1590969600000,"y":55555182},{"source":"str:database:NVSdaytrip1998onwards","date":"2020-09-01","Visitors":41918081,"Type of traveller":"Domestic Day","x":1598918400000,"y":41918081},{"source":"str:database:NVSdaytrip1998onwards","date":"2020-12-01","Visitors":35078536,"Type of traveller":"Domestic Day","x":1606780800000,"y":35078536},{"source":"str:database:NVSdaytrip1998onwards","date":"2021-03-01","Visitors":33178979,"Type of traveller":"Domestic Day","x":1614556800000,"y":33178979},{"source":"str:database:NVSdaytrip1998onwards","date":"2021-06-01","Visitors":37079624,"Type of traveller":"Domestic Day","x":1622505600000,"y":37079624},{"source":"str:database:NVSdaytrip1998onwards","date":"2021-09-01","Visitors":39171802,"Type of traveller":"Domestic Day","x":1630454400000,"y":39171802},{"source":"str:database:NVSdaytrip1998onwards","date":"2021-12-01","Visitors":39742211,"Type of traveller":"Domestic Day","x":1638316800000,"y":39742211},{"source":"str:database:NVSdaytrip1998onwards","date":"2022-03-01","Visitors":39194905,"Type of traveller":"Domestic Day","x":1646092800000,"y":39194905},{"source":"str:database:NVSdaytrip1998onwards","date":"2022-06-01","Visitors":42225563,"Type of traveller":"Domestic Day","x":1654041600000,"y":42225563},{"source":"str:database:NVSdaytrip1998onwards","date":"2022-09-01","Visitors":50705743,"Type of traveller":"Domestic Day","x":1661990400000,"y":50705743},{"source":"str:database:NVSdaytrip1998onwards","date":"2022-12-01","Visitors":55864044,"Type of traveller":"Domestic Day","x":1669852800000,"y":55864044},{"source":"str:database:NVSdaytrip1998onwards","date":"2023-03-01","Visitors":59638623,"Type of traveller":"Domestic Day","x":1677628800000,"y":59638623},{"source":"str:database:NVSdaytrip1998onwards","date":"2023-06-01","Visitors":60549501,"Type of traveller":"Domestic Day","x":1685577600000,"y":60549501},{"source":"str:database:NVSdaytrip1998onwards","date":"2023-09-01","Visitors":60515500,"Type of traveller":"Domestic Day","x":1693526400000,"y":60515500},{"source":"str:database:NVSdaytrip1998onwards","date":"2023-12-01","Visitors":58646844,"Type of traveller":"Domestic Day","x":1701388800000,"y":58646844},{"source":"str:database:NVSdaytrip1998onwards","date":"2024-03-01","Visitors":57758564,"Type of traveller":"Domestic Day","x":1709251200000,"y":57758564},{"source":"str:database:NVSdaytrip1998onwards","date":"2024-06-01","Visitors":56277769,"Type of traveller":"Domestic Day","x":1717200000000,"y":56277769}],"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":"Domestic Overnight","data":[{"source":"str:database:NVSOvernightTrips98onwards","date":"2012-03-01","Visitors":17827927,"Type of traveller":"Domestic Overnight","x":1330560000000,"y":17827927},{"source":"str:database:NVSOvernightTrips98onwards","date":"2012-06-01","Visitors":17929191,"Type of traveller":"Domestic Overnight","x":1338508800000,"y":17929191},{"source":"str:database:NVSOvernightTrips98onwards","date":"2012-09-01","Visitors":17824236,"Type of traveller":"Domestic Overnight","x":1346457600000,"y":17824236},{"source":"str:database:NVSOvernightTrips98onwards","date":"2012-12-01","Visitors":17970046,"Type of traveller":"Domestic Overnight","x":1354320000000,"y":17970046},{"source":"str:database:NVSOvernightTrips98onwards","date":"2013-03-01","Visitors":17834219,"Type of traveller":"Domestic Overnight","x":1362096000000,"y":17834219},{"source":"str:database:NVSOvernightTrips98onwards","date":"2013-06-01","Visitors":17935205,"Type of traveller":"Domestic Overnight","x":1370044800000,"y":17935205},{"source":"str:database:NVSOvernightTrips98onwards","date":"2013-09-01","Visitors":18055889,"Type of traveller":"Domestic Overnight","x":1377993600000,"y":18055889},{"source":"str:database:NVSOvernightTrips98onwards","date":"2013-12-01","Visitors":18309427,"Type of traveller":"Domestic Overnight","x":1385856000000,"y":18309427},{"source":"str:database:NVSOvernightTrips98onwards","date":"2014-03-01","Visitors":18813034,"Type of traveller":"Domestic Overnight","x":1393632000000,"y":18813034},{"source":"str:database:NVSOvernightTrips98onwards","date":"2014-06-01","Visitors":19249140,"Type of traveller":"Domestic Overnight","x":1401580800000,"y":19249140},{"source":"str:database:NVSOvernightTrips98onwards","date":"2014-09-01","Visitors":19577638,"Type of traveller":"Domestic Overnight","x":1409529600000,"y":19577638},{"source":"str:database:NVSOvernightTrips98onwards","date":"2014-12-01","Visitors":19839959,"Type of traveller":"Domestic Overnight","x":1417392000000,"y":19839959},{"source":"str:database:NVSOvernightTrips98onwards","date":"2015-03-01","Visitors":20111268,"Type of traveller":"Domestic Overnight","x":1425168000000,"y":20111268},{"source":"str:database:NVSOvernightTrips98onwards","date":"2015-06-01","Visitors":20184335,"Type of traveller":"Domestic Overnight","x":1433116800000,"y":20184335},{"source":"str:database:NVSOvernightTrips98onwards","date":"2015-09-01","Visitors":20594654,"Type of traveller":"Domestic Overnight","x":1441065600000,"y":20594654},{"source":"str:database:NVSOvernightTrips98onwards","date":"2015-12-01","Visitors":20840682,"Type of traveller":"Domestic Overnight","x":1448928000000,"y":20840682},{"source":"str:database:NVSOvernightTrips98onwards","date":"2016-03-01","Visitors":21230584,"Type of traveller":"Domestic Overnight","x":1456790400000,"y":21230584},{"source":"str:database:NVSOvernightTrips98onwards","date":"2016-06-01","Visitors":21232558,"Type of traveller":"Domestic Overnight","x":1464739200000,"y":21232558},{"source":"str:database:NVSOvernightTrips98onwards","date":"2016-09-01","Visitors":21466481,"Type of traveller":"Domestic Overnight","x":1472688000000,"y":21466481},{"source":"str:database:NVSOvernightTrips98onwards","date":"2016-12-01","Visitors":21927209,"Type of traveller":"Domestic Overnight","x":1480550400000,"y":21927209},{"source":"str:database:NVSOvernightTrips98onwards","date":"2017-03-01","Visitors":22630753,"Type of traveller":"Domestic Overnight","x":1488326400000,"y":22630753},{"source":"str:database:NVSOvernightTrips98onwards","date":"2017-06-01","Visitors":23375599,"Type of traveller":"Domestic Overnight","x":1496275200000,"y":23375599},{"source":"str:database:NVSOvernightTrips98onwards","date":"2017-09-01","Visitors":24209349,"Type of traveller":"Domestic Overnight","x":1504224000000,"y":24209349},{"source":"str:database:NVSOvernightTrips98onwards","date":"2017-12-01","Visitors":25249653,"Type of traveller":"Domestic Overnight","x":1512086400000,"y":25249653},{"source":"str:database:NVSOvernightTrips98onwards","date":"2018-03-01","Visitors":24891748,"Type of traveller":"Domestic Overnight","x":1519862400000,"y":24891748},{"source":"str:database:NVSOvernightTrips98onwards","date":"2018-06-01","Visitors":25517055,"Type of traveller":"Domestic Overnight","x":1527811200000,"y":25517055},{"source":"str:database:NVSOvernightTrips98onwards","date":"2018-09-01","Visitors":26080832,"Type of traveller":"Domestic Overnight","x":1535760000000,"y":26080832},{"source":"str:database:NVSOvernightTrips98onwards","date":"2018-12-01","Visitors":26217927,"Type of traveller":"Domestic Overnight","x":1543622400000,"y":26217927},{"source":"str:database:NVSOvernightTrips98onwards","date":"2019-03-01","Visitors":27831911,"Type of traveller":"Domestic Overnight","x":1551398400000,"y":27831911},{"source":"str:database:NVSOvernightTrips98onwards","date":"2019-06-01","Visitors":29047357,"Type of traveller":"Domestic Overnight","x":1559347200000,"y":29047357},{"source":"str:database:NVSOvernightTrips98onwards","date":"2019-09-01","Visitors":29428281,"Type of traveller":"Domestic Overnight","x":1567296000000,"y":29428281},{"source":"str:database:NVSOvernightTrips98onwards","date":"2019-12-01","Visitors":29748439,"Type of traveller":"Domestic Overnight","x":1575158400000,"y":29748439},{"source":"str:database:NVSOvernightTrips98onwards","date":"2020-03-01","Visitors":28310279,"Type of traveller":"Domestic Overnight","x":1583020800000,"y":28310279},{"source":"str:database:NVSOvernightTrips98onwards","date":"2020-06-01","Visitors":22700880,"Type of traveller":"Domestic Overnight","x":1590969600000,"y":22700880},{"source":"str:database:NVSOvernightTrips98onwards","date":"2020-09-01","Visitors":17240636,"Type of traveller":"Domestic Overnight","x":1598918400000,"y":17240636},{"source":"str:database:NVSOvernightTrips98onwards","date":"2020-12-01","Visitors":13962588,"Type of traveller":"Domestic Overnight","x":1606780800000,"y":13962588},{"source":"str:database:NVSOvernightTrips98onwards","date":"2021-03-01","Visitors":13351430,"Type of traveller":"Domestic Overnight","x":1614556800000,"y":13351430},{"source":"str:database:NVSOvernightTrips98onwards","date":"2021-06-01","Visitors":16611475,"Type of traveller":"Domestic Overnight","x":1622505600000,"y":16611475},{"source":"str:database:NVSOvernightTrips98onwards","date":"2021-09-01","Visitors":17334159,"Type of traveller":"Domestic Overnight","x":1630454400000,"y":17334159},{"source":"str:database:NVSOvernightTrips98onwards","date":"2021-12-01","Visitors":17950923,"Type of traveller":"Domestic Overnight","x":1638316800000,"y":17950923},{"source":"str:database:NVSOvernightTrips98onwards","date":"2022-03-01","Visitors":18157462,"Type of traveller":"Domestic Overnight","x":1646092800000,"y":18157462},{"source":"str:database:NVSOvernightTrips98onwards","date":"2022-06-01","Visitors":19860924,"Type of traveller":"Domestic Overnight","x":1654041600000,"y":19860924},{"source":"str:database:NVSOvernightTrips98onwards","date":"2022-09-01","Visitors":24197513,"Type of traveller":"Domestic Overnight","x":1661990400000,"y":24197513},{"source":"str:database:NVSOvernightTrips98onwards","date":"2022-12-01","Visitors":26168153,"Type of traveller":"Domestic Overnight","x":1669852800000,"y":26168153},{"source":"str:database:NVSOvernightTrips98onwards","date":"2023-03-01","Visitors":27544720,"Type of traveller":"Domestic Overnight","x":1677628800000,"y":27544720},{"source":"str:database:NVSOvernightTrips98onwards","date":"2023-06-01","Visitors":27820426,"Type of traveller":"Domestic Overnight","x":1685577600000,"y":27820426},{"source":"str:database:NVSOvernightTrips98onwards","date":"2023-09-01","Visitors":27969683,"Type of traveller":"Domestic Overnight","x":1693526400000,"y":27969683},{"source":"str:database:NVSOvernightTrips98onwards","date":"2023-12-01","Visitors":28458720,"Type of traveller":"Domestic Overnight","x":1701388800000,"y":28458720},{"source":"str:database:NVSOvernightTrips98onwards","date":"2024-03-01","Visitors":28600003,"Type of traveller":"Domestic Overnight","x":1709251200000,"y":28600003},{"source":"str:database:NVSOvernightTrips98onwards","date":"2024-06-01","Visitors":28512611,"Type of traveller":"Domestic Overnight","x":1717200000000,"y":28512611}],"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":"International","data":[{"source":"str:database:IVSTrips","date":"2012-03-01","Visitors":1746278,"Type of traveller":"International","x":1330560000000,"y":1746278},{"source":"str:database:IVSTrips","date":"2012-06-01","Visitors":1748027,"Type of traveller":"International","x":1338508800000,"y":1748027},{"source":"str:database:IVSTrips","date":"2012-09-01","Visitors":1759642,"Type of traveller":"International","x":1346457600000,"y":1759642},{"source":"str:database:IVSTrips","date":"2012-12-01","Visitors":1784991,"Type of traveller":"International","x":1354320000000,"y":1784991},{"source":"str:database:IVSTrips","date":"2013-03-01","Visitors":1822506,"Type of traveller":"International","x":1362096000000,"y":1822506},{"source":"str:database:IVSTrips","date":"2013-06-01","Visitors":1859803,"Type of traveller":"International","x":1370044800000,"y":1859803},{"source":"str:database:IVSTrips","date":"2013-09-01","Visitors":1912623,"Type of traveller":"International","x":1377993600000,"y":1912623},{"source":"str:database:IVSTrips","date":"2013-12-01","Visitors":1973048,"Type of traveller":"International","x":1385856000000,"y":1973048},{"source":"str:database:IVSTrips","date":"2014-03-01","Visitors":2011669,"Type of traveller":"International","x":1393632000000,"y":2011669},{"source":"str:database:IVSTrips","date":"2014-06-01","Visitors":2064398,"Type of traveller":"International","x":1401580800000,"y":2064398},{"source":"str:database:IVSTrips","date":"2014-09-01","Visitors":2107999,"Type of traveller":"International","x":1409529600000,"y":2107999},{"source":"str:database:IVSTrips","date":"2014-12-01","Visitors":2141196,"Type of traveller":"International","x":1417392000000,"y":2141196},{"source":"str:database:IVSTrips","date":"2015-03-01","Visitors":2230927,"Type of traveller":"International","x":1425168000000,"y":2230927},{"source":"str:database:IVSTrips","date":"2015-06-01","Visitors":2266825,"Type of traveller":"International","x":1433116800000,"y":2266825},{"source":"str:database:IVSTrips","date":"2015-09-01","Visitors":2308733,"Type of traveller":"International","x":1441065600000,"y":2308733},{"source":"str:database:IVSTrips","date":"2015-12-01","Visitors":2405149,"Type of traveller":"International","x":1448928000000,"y":2405149},{"source":"str:database:IVSTrips","date":"2016-03-01","Visitors":2494312,"Type of traveller":"International","x":1456790400000,"y":2494312},{"source":"str:database:IVSTrips","date":"2016-06-01","Visitors":2547280,"Type of traveller":"International","x":1464739200000,"y":2547280},{"source":"str:database:IVSTrips","date":"2016-09-01","Visitors":2610980,"Type of traveller":"International","x":1472688000000,"y":2610980},{"source":"str:database:IVSTrips","date":"2016-12-01","Visitors":2653391,"Type of traveller":"International","x":1480550400000,"y":2653391},{"source":"str:database:IVSTrips","date":"2017-03-01","Visitors":2690292,"Type of traveller":"International","x":1488326400000,"y":2690292},{"source":"str:database:IVSTrips","date":"2017-06-01","Visitors":2747939,"Type of traveller":"International","x":1496275200000,"y":2747939},{"source":"str:database:IVSTrips","date":"2017-09-01","Visitors":2802309,"Type of traveller":"International","x":1504224000000,"y":2802309},{"source":"str:database:IVSTrips","date":"2017-12-01","Visitors":2884176,"Type of traveller":"International","x":1512086400000,"y":2884176},{"source":"str:database:IVSTrips","date":"2018-03-01","Visitors":2941869,"Type of traveller":"International","x":1519862400000,"y":2941869},{"source":"str:database:IVSTrips","date":"2018-06-01","Visitors":2973659,"Type of traveller":"International","x":1527811200000,"y":2973659},{"source":"str:database:IVSTrips","date":"2018-09-01","Visitors":2999247,"Type of traveller":"International","x":1535760000000,"y":2999247},{"source":"str:database:IVSTrips","date":"2018-12-01","Visitors":3039232,"Type of traveller":"International","x":1543622400000,"y":3039232},{"source":"str:database:IVSTrips","date":"2019-03-01","Visitors":3087575,"Type of traveller":"International","x":1551398400000,"y":3087575},{"source":"str:database:IVSTrips","date":"2019-06-01","Visitors":3101311,"Type of traveller":"International","x":1559347200000,"y":3101311},{"source":"str:database:IVSTrips","date":"2019-09-01","Visitors":3131203,"Type of traveller":"International","x":1567296000000,"y":3131203},{"source":"str:database:IVSTrips","date":"2019-12-01","Visitors":3137593,"Type of traveller":"International","x":1575158400000,"y":3137593},{"source":"str:database:IVSTrips","date":"2020-03-01","Visitors":2829588,"Type of traveller":"International","x":1583020800000,"y":2829588},{"source":"str:database:IVSTrips","date":"2020-06-01","Visitors":2195969,"Type of traveller":"International","x":1590969600000,"y":2195969},{"source":"str:database:IVSTrips","date":"2020-09-01","Visitors":1500554,"Type of traveller":"International","x":1598918400000,"y":1500554},{"source":"str:database:IVSTrips","date":"2020-12-01","Visitors":615280,"Type of traveller":"International","x":1606780800000,"y":615280},{"source":"str:database:IVSTrips","date":"2021-03-01","Visitors":11143,"Type of traveller":"International","x":1614556800000,"y":11143},{"source":"str:database:IVSTrips","date":"2021-06-01","Visitors":25963,"Type of traveller":"International","x":1622505600000,"y":25963},{"source":"str:database:IVSTrips","date":"2021-09-01","Visitors":31579,"Type of traveller":"International","x":1630454400000,"y":31579},{"source":"str:database:IVSTrips","date":"2021-12-01","Visitors":61570,"Type of traveller":"International","x":1638316800000,"y":61570},{"source":"str:database:IVSTrips","date":"2022-03-01","Visitors":166840,"Type of traveller":"International","x":1646092800000,"y":166840},{"source":"str:database:IVSTrips","date":"2022-06-01","Visitors":361280,"Type of traveller":"International","x":1654041600000,"y":361280},{"source":"str:database:IVSTrips","date":"2022-09-01","Visitors":621701,"Type of traveller":"International","x":1661990400000,"y":621701},{"source":"str:database:IVSTrips","date":"2022-12-01","Visitors":1047516,"Type of traveller":"International","x":1669852800000,"y":1047516},{"source":"str:database:IVSTrips","date":"2023-03-01","Visitors":1401924,"Type of traveller":"International","x":1677628800000,"y":1401924},{"source":"str:database:IVSTrips","date":"2023-06-01","Visitors":1632892,"Type of traveller":"International","x":1685577600000,"y":1632892},{"source":"str:database:IVSTrips","date":"2023-09-01","Visitors":1837029,"Type of traveller":"International","x":1693526400000,"y":1837029},{"source":"str:database:IVSTrips","date":"2023-12-01","Visitors":2050839,"Type of traveller":"International","x":1701388800000,"y":2050839},{"source":"str:database:IVSTrips","date":"2024-03-01","Visitors":2394495,"Type of traveller":"International","x":1709251200000,"y":2394495},{"source":"str:database:IVSTrips","date":"2024-06-01","Visitors":2488900,"Type of traveller":"International","x":1717200000000,"y":2488900}],"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":["#0E4E96","#F04E30","#006864"],"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":"#E7f6FC"},"title":{"align":"left","style":{"color":"black","fontFamily":"VIC-Regular","font-weight":"bold","font-size":"2rem","background-color":"black"}},"subtitle":{"align":"left","style":{"color":"black","fontFamily":"VIC-Regular","font-size":"var(--bs-body-font-size)"}},"legend":{"itemStyle":{"fontFamily":"VIC-Regular","color":"black"},"itemHoverStyle":{"color":"gray"}},"xAxis":{"labels":{"style":{"color":"black","fontFamily":"VIC-Light","font-size":"11px"}},"title":{"align":"high","style":{"color":"black","font-size":"11px"}},"lineWidth":1,"lineColor":"black","tickPosition":"outside","tickColor":"black","tickWidth":1,"tickLength":4},"yAxis":{"labels":{"useHTML":true,"style":{"color":"black","fontFamily":"VIC-Light","font-size":"11px"},"y":5},"title":{"align":"high","style":{"color":"black","font-size":"11px"}},"minorGridLineWidth":0,"majorGridLineWidth":1,"lineWidth":0,"lineColor":"transparent","opposite":false},"caption":{"style":{"color":"black"}},"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":["Arial","VIC-Regular","VIC-Light"],"google_fonts":false,"debug":false},"evals":["hc_opts.tooltip.formatter"],"jsHooks":[]}</script>
<div class="form-check form-check-inline" style="padding-left:60px;padding-top:10px;padding-bottom:10px;font-size:1.2em;width:98%;background-color:#61C2EE;border-color:#0072BC;border-style:solid;border-width:2px;border-radius:5px;" id="select-creative-cultural-vic" role="group" aria-label="Choose Chart Type">
<b>
<span>Select Chart:</span>
</b>
<input type="radio" class="form-check-input" style="margin-left:15px;" name="select-creative-cultural-vic" id="btn-cc-visitors-victoria" value="cc-visitors-victoria" autocomplete="off" checked aria-checked="TRUE"/>
<label class="form-check-label" for="btn-cc-visitors-victoria">Victoria</label>
<input type="radio" class="form-check-input" style="margin-left:15px;" name="select-creative-cultural-vic" id="btn-cc-visitors-regional" value="cc-visitors-regional" autocomplete="off"/>
<label class="form-check-label" for="btn-cc-visitors-regional">Regional Victoria</label>
<input type="radio" class="form-check-input" style="margin-left:15px;" name="select-creative-cultural-vic" id="btn-cc-visitors-total" value="cc-visitors-total" autocomplete="off"/>
<label class="form-check-label" for="btn-cc-visitors-total">All visitors Victoria </label>
</div>
<script>$(document).ready(function() { $('[id^=cc]').hide(); $('#cc-visitors-victoria').show(); $('#select-creative-cultural-vic').on('change', function(){ var selected = $(this).find("input:radio:checked").val(); $('[id^=cc]').hide(); $('#' + selected) .show()});});</script>
</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>