Fix major bugs related to Pareto table and make new additions to pareto graphs #3
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
snootic/applicatas-mutant!3
Loading…
Reference in a new issue
No description provided.
Delete branch "beta"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fix 1: app won't close when already saved.
App wouldn't close if the tables where already saved because there was no calling to close function.
fix 2 and 4: app sortes not-null cost tables by total cost, calculation of freq when sort by cost.
These 2 are related. First, app where sorting tables with not-null cost by occurrence counts, which should be only for cost null tables. Second, cost sorting must be done before calculating relative and cumulative frequencies in order to get the right data.
fix 3: removes total cost from graphics dataframe.
This had a problem with graph which would create a "Total" bar which shouldn't exist. So I set the sum of Total Cost Null to avoid this problem.
graph update
Distinguish cost null tables and not null cost tables.
Added annotations to bars (% of relative freq. for cost null tables, $ of Total cost per item on not null cost tables)