use vue.js component for managing chart interaction #1
Labels
No labels
bug
duplicate
enhancement
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
TheRealDarklord/MyMoney#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
In the current feature draft for interactive statistics data the rendering process for the input fields and the logic to execute the data retrieval and chart rendering are separated from reach other. This may lead to problems when one part is changed without changing the other as well.
If a vue.js component is used the rendering of the component and the logic of the component are bundled together so that chances for problems are reduced.