Closed hangler closed 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": "..." }, }
Currently it is:
Should use the DataKeyEnum, along with the column name, more like this: