Using Functions on Vertex to Color Nodes Based on Time-Series Property Aggregates

I am trying to color nodes on a Vertex in Palanitr using a Function.
The coloring is based on the aggregated values of a time-series property associated with each node.

The issue is as follows:

  1. When using a Function on Vertex, only the node object is passed to the function.

  2. I want to aggregate data corresponding to the time range selected by the user, but if I add start and end parameters to the Function, it cannot be selected in the Vertex color configuration panel.

Question:
Is there a way to use a Function on Vertex to color nodes based on the aggregated values of a time-series property within the user-selected time range?
Alternatively, what is the recommended workaround for this situation?

Unfortunately, additional parameters to styling functions are not currently supported in Vertex. This is something we have on the roadmap for the future, but I don’t have an estimated release date at this point.

Thank you for your response.

I appreciate the clarification that styling functions with additional parameters are not currently supported in Vertex and that this feature is on the roadmap for the future.
Thanks again for your help.