bcgov / workforce-profile-tool

Workforce Profile tool
Apache License 2.0
5 stars 3 forks source link

Change tooltip key structure #180

Closed hangler closed 3 years ago

hangler commented 3 years ago

Currently it is:

"representation-total": {
  "2018": "...",
  "2020": "..."
}

Should use the DataKeyEnum, along with the column name, more like this:

"OccupationRegion": {
  "2018": {
    "Total_Count_ORG": "..."
  },
  "2020": {
    "Total_Count_ORG": "..."
  },
}