diff --git a/src/themes/innovation-change/owner-managed/index.vto b/src/themes/innovation-change/owner-managed/index.vto
index 2decf4f..a28c365 100644
--- a/src/themes/innovation-change/owner-managed/index.vto
+++ b/src/themes/innovation-change/owner-managed/index.vto
@@ -8,30 +8,31 @@ nicetheme: Innovation & Change
This page explores the data behind this thinking for the North of England.
+Definitions
+The data on this page was calculated using a custom filter on The Data City's database of over 5 million UK companies. In order to be classed as an owner-managed firm, we said the following must be true:
+
+ - A director is appointed within two years of the company being incorporated.
+ - The same director is, or has been, a person of significant control at the company. A person of significant control means they have shares or voting rights in the company.
+ - The director is still active at the company.
+
+
+
+ In addition to the above, the following criteria were applied to the list of companies:
+
+ - Must have its registered address in any of: the North East, North West, or Yorkshire and the Humber (ITL1 regions).
+ - Up to 250 employees.
+ - Up to £10 million annual turnover.
+ - Exclude outliers.
+
+
- About this data
- The data on this page was calculated using a custom filter on The Data City's database of over 5 million UK companies. In order to be classed as an owner-managed firm, we said the following must be true:
-
- - A director is appointed within two years of the company being incorporated.
- - The same director is, or has been, a person of significant control at the company. A person of significant control means they have shares or voting rights in the company.
- - The director is still active at the company.
-
-
-
- In addition to the above, the following criteria were applied to the list of companies:
-
- - Must have its registered address in any of: the North East, North West, or Yorkshire and the Humber (ITL1 regions).
- - Up to 250 employees.
- - Up to £10 million annual turnover.
- - Exclude outliers.
-
-
-
- These statistics are estimates calculated using their analyse tool, which has important limitations to be aware of.
- Before interpreting these statistics, please read their blog on
- how the analysis tool works
- and explanations of the headline statistics.
-
+ About this data
+
+ These statistics are estimates calculated using their analyse tool, which has important limitations to be aware of.
+ Before interpreting these statistics, please read their blog on
+ how the analysis tool works
+ and explanations of the headline statistics.
+
{{ comp.oi.dashboard ({ config: {
@@ -219,7 +220,7 @@ nicetheme: Innovation & Change
SIC Sector counts
-Top 10 SIC sectors by number of businesses
+Top 10 SIC sectors by number of businesses. Hover over the chart to see the full name of each sector, or use the dropdown below.
SIC section lookup
{{ for element of SICHLU_sector_counts.rows }}
@@ -234,13 +235,13 @@ nicetheme: Innovation & Change
axis: {
x: {
min: 0,
- max: 65000,
+ max: 70000,
ticks: [{
- value: 60000,
- label: "60k"},
+ value: 70000,
+ label: "70k"},
{
- value: 30000,
- label: "30k"},
+ value: 35000,
+ label: "35k"},
{
value: 0,
label: "0"}
@@ -251,7 +252,7 @@ nicetheme: Innovation & Change
{
title: "Count",
value: "Count",
- tooltip: '{{ sic_name }}
Count: {{ Count }}' }
+ tooltip: '{{ sic_name }}
Count: {{ Count }}' }
]
}
})
@@ -291,7 +292,7 @@ nicetheme: Innovation & Change
Employees by SIC sector
-Top 10 SIC sectors by number of emloyees
+Top 10 SIC sectors by number of emloyees. Hover over the chart to see the full name of each sector, or use the dropdown below.
SIC section lookup
@@ -315,7 +316,7 @@ nicetheme: Innovation & Change
{
title: "Estimated employees",
value: "Count",
- tooltip: '{{ sic_name }}
Estimated employees: {{ Count | toLocaleString() }}' }
+ tooltip: '{{ sic_name }}
Estimated employees: {{ Count | toLocaleString() }}' }
]
}
})
@@ -360,7 +361,7 @@ nicetheme: Innovation & Change
Turnover by SIC sector
-Top 10 SIC sectors by turnover
+Top 10 SIC sectors by turnover. Hover over the chart to see the full name of each sector, or use the dropdown below.
SIC section lookup
@@ -397,7 +398,7 @@ nicetheme: Innovation & Change
{
title: "Estimated turnover",
value: "Count",
- tooltip: '{{ sic_name }}
Estimated turnover: £{{ Count | toLocaleString() }}' }
+ tooltip: '{{ sic_name }}
Estimated turnover: £{{ Count | toLocaleString() }}' }
]
}
})