使用触发器存储交互历史,但看到空值

using triggers to store interaction history, but seeing null values

我在看 triggers to store the sequence of brush signals. Here is the link to the editor with the full spec。我添加的相关代码在这里:

    {
      "name": "selected",
      "on": [
        {"trigger": "detailDomain", "insert": "detailDomain"}
      ]
    }

但是,当我查看数据查看器(在编辑器中)时,我没有看到任何值(我认为正在插入 null 值)。我不确定我做错了什么。感谢您的帮助!

原来是Vega编辑器出了问题。活动实拍!