empress icon indicating copy to clipboard operation
empress copied to clipboard

Fix summaries to add percent colored by category

Open ElDeveloper opened this issue 5 years ago • 1 comments

The Legend class should compute percentages colored by each category and show as part of the summary.

ElDeveloper avatar Mar 29 '20 00:03 ElDeveloper

Given the current status of the codebase, it might be preferable now to have Empress pass the output of _projectObservations() to the BPTree object, which would I guess compute percentages from that using the node keys contained within it. This percentage data could then be passed to the Legend class, which would just need to have its categorical legend functionality expanded a bit to display this data (maybe with an optional percentageCovered parameter or something).

fedarko avatar Oct 27 '20 08:10 fedarko