Modification to AuthorityGovt in crossfilter should not be in base class CrossfilterDashboard

Issue #474 closed
Brian Lewis repo owner created an issue

Not every crossfilter will have a field AuthorityGovt; so line 176:

this.table = this.table.map(x => _.assign({}, x, { AuthorityGovt: this.lookups.cache["authorityGovt"].byCode(x.AuthorityGovt).N }));

needs to come out of crossfilterdashboard. If the substitution is required, do it when creating the dimension - see comment on issue #444

Comments (1)

  1. Log in to comment