Filters on smart chart

Ok, sure it is possible.

You just have to implement the filter you describe by yourself (this is not provided by Forest).

For example:

  • Template code: add some controls to select the timeperiod
  • Component code: get the timeperiod from the controls and pass it the fetch request
  • Route code: get the timeperiod parameters from the request and pass them to the transactions.find(...) call.

Best regards

1 Like