Skip to content
Snippets Groups Projects
Commit 5e6e3090 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

format

parent 90080e8a
Branches
Tags
No related merge requests found
......@@ -181,7 +181,7 @@ export interface NrenStaffDataset {
datasets: {
label: string,
data: number[],
backgroundColor: string| string[],
backgroundColor: string | string[],
borderRadius: number,
borderSkipped: boolean,
barPercentage: number,
......@@ -213,13 +213,13 @@ export interface Service extends NrenAndYearDatapoint {
}
export enum ConnectivityCategory {
ConnectedProportion="proportion",
ConnectivityLevel="level",
ConnectionCarrier="carrier",
ConnectivityLoad="load",
ConnectivityGrowth="growth",
CommercialConnectivity="commercial",
CommercialChargingLevel="charging",
ConnectedProportion = "proportion",
ConnectivityLevel = "level",
ConnectionCarrier = "carrier",
ConnectivityLoad = "load",
ConnectivityGrowth = "growth",
CommercialConnectivity = "commercial",
CommercialChargingLevel = "charging",
}
export interface ConnectedProportion extends NrenAndYearDatapoint {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment