Hi, I have created a smart chart showing the total transactions to each account. I would like to implement a filter, in order to get this same information but depending on the time period chosen. Is this possible? I look forward to hearing from you, thank you!
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
Is there any documentation that explains in more detail how to create these custom charts?

