Applied filters:
{{ item.title }}
Drag to change year on charts and tables.
Touch the data points to see the values.
Number of visits
{{ totalVisitsPerc == 'Infinity' ? '-' : totalVisitsPerc >= 0 ? '+' + totalVisitsPerc.toFixed(2) + '%' : totalVisitsPerc.toFixed(2) + '%' }}
{{item.name}} {{item.data | fixUnits}}
Total expenditure (GBP)
{{ totalSpendPerc == 'Infinity' ? '-' : totalSpendPerc >= 0 ? '+' + totalSpendPerc.toFixed(2) + '%' : totalSpendPerc.toFixed(2) + '%' }}
{{item.name}} {{item.data | spendUnits}}
Total nights spent
{{ totalNightsPerc == 'Infinity' ? '-' : totalNightsPerc >= 0 ? '+' + totalNightsPerc.toFixed(2) + '%' : totalNightsPerc.toFixed(2) + '%' }}
{{item.name}} {{item.data | fixUnits}}
Average length of stay (Nights)
{{ isNaN(avgStayPerc) ? '-' : avgStayPerc >= 0 ? '+' + avgStayPerc.toFixed(2) + '%' : avgStayPerc.toFixed(2) + '%' }}
{{item.name}} {{item.data.toFixed(2)}}
Average spend per visit (GBP)
{{ isNaN(avgSpendPerc) ? '-' : avgSpendPerc >= 0 ? '+' + avgSpendPerc.toFixed(2) + '%' : avgSpendPerc.toFixed(2) + '%' }}
{{item.name}} {{item.data | spendUnits(0, 'hideUnit')}}
* Change from {{Number(activeYear.name) - 1}}
{{seasonalityBox.title}}
{{journeyBox.title}}
{{durationBox.title}}