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:
-
When using a Function on Vertex, only the node object is passed to the function.
-
I want to aggregate data corresponding to the time range selected by the user, but if I add
startandendparameters 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?