Search code examples
vega-lite

How to use variables in transform filter


I have a filter inside my transform.

{"filter": {"field": "_source.activity_time", "gte": {{variable}} }}

activity time is in this format: 2019-07-02T07:36:29+00:00

This is not working


Solution

  • I made it work. It just needed to be added to the mustache js renderer.