Skip to content

Fix range date initial state

When investigated the ChartFilter, I saw that the error was due a code error on deal with async/await methods.

Before

image

After

image

Changes

  • Fixed the initial period assignment
  • Removed code duplication when updating the chart on initial state
  • Code simplification

Related Issues

Closes #99 (closed)
Fix closed issue #82 (closed)

Edited by Lucas Maciel

Merge request reports