You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building a Gantt chart using vega and my X1 and X2 are date fields.
It means that the bars in the chart can go over the timeframe I'm looking at.
For example, looking at the last 15 minutes, the graph expends itself to the start time of the process (can be more than 1h).
My solution would be yo create a field with tranform and calculate the max between two fields, startProcessDate and %timefilter%: min.
Is there a way I can do that?
The text was updated successfully, but these errors were encountered:
I'm building a Gantt chart using vega and my X1 and X2 are date fields.
It means that the bars in the chart can go over the timeframe I'm looking at.
For example, looking at the last 15 minutes, the graph expends itself to the start time of the process (can be more than 1h).
My solution would be yo create a field with tranform and calculate the max between two fields, startProcessDate and %timefilter%: min.
Is there a way I can do that?
The text was updated successfully, but these errors were encountered: