use vue.js component for managing chart interaction #1

Closed
opened 2021-05-03 23:07:09 +02:00 by TheRealDarklord · 0 comments

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.

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.
TheRealDarklord referenced this issue from a commit 2021-05-25 22:08:59 +02:00
TheRealDarklord referenced this issue from a commit 2021-05-28 23:54:51 +02:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
TheRealDarklord/MyMoney#1
No description provided.