feat: add y-axis control presets to performance graphs #50
Loading…
Reference in a new issue
No description provided.
Delete branch "005-002-003-graph-y-axis-control"
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?
Spec 5.2.3
Changes
Testing
Please resolve merge conflicts
@addison wrote in #50 (comment):
Done
Nice job! I added a couple invoices with negative gross profit percentage to emulate the bad data the customer sometimes has (negative profit indicates that an invoice was entered in their system incorrectly).
One issue - selecting a new y-axis range should be a frontend-only change, but it is sending new requests to the backend. This will result in poor performance if the user is viewing hundreds of invoices for the past year.
Please don't re-request backend data when applying new y-axis domain.
@addison wrote in #50 (comment):
Let me fix this
@addison wrote in #50 (comment):
done