Closed pwim closed 1 day ago
Would it be hard to add a default "Employer Type" tab like we're doing for the compensation breakdown:
{ "options": { "showDefaultSeries": false, "enableYearSelect": false, "mode": "default", "queryOnLoad": false, "cutoff": 10, "cutoffType": "count", "limit": 20, "mergeOtherBuckets": false, "preventQuery": false }, "filters": [ { "year": 2024, "conditions": [ { "fieldId": "current_employer", "sectionId": "employer_info", "operator": "eq", "value": "japanese_company" } ] }, { "year": 2024, "conditions": [ { "fieldId": "current_employer", "sectionId": "employer_info", "operator": "eq", "value": "japanese_subsidiary" } ] }, { "year": 2024, "conditions": [ { "fieldId": "current_employer", "sectionId": "employer_info", "operator": "eq", "value": "international_company" } ] }, { "year": 2024, "conditions": [ { "fieldId": "current_employer", "sectionId": "employer_info", "operator": "eq", "value": "sole_proprietorship" } ] } ] }
Add it to every chart you mean?
Yes to every chart (but Employer Type itself).
Would it be hard to add a default "Employer Type" tab like we're doing for the compensation breakdown: