Skip to content

#82 - Put graph initial filters value within ChartFilter

First I wanted to keep the store as it was, but the first date state was maintained until a change in the code occurred as the date was being initializes directly on vuex store state. So I decided to get the current date in the component since it is seem not to be possible to create a dynamic initial state in the initial state of the vuex store.

Closes #82 (closed)

Merge request reports