vega-lite icon indicating copy to clipboard operation
vega-lite copied to clipboard

params within repeat aren't handled correctly

Open kanitw opened this issue 2 years ago • 1 comments

In this spec, we get Duplicate signal name: "hoverhighlight_tuple" error.

kanitw avatar May 16 '22 23:05 kanitw

To add: this only happens when the repeat operator is defined using the layer property. Simplified example using a column repeater that works fine:

"repeat": {"column": ["US Gross", "Worldwide Gross"]}
image

Open the Chart in the Vega Editor

But after changing the repeater into a layer the error occurs:

"repeat": {"layer": ["US Gross", "Worldwide Gross"]}
Duplicate signal name: "HOVER_tuple"

Open the Chart in the Vega Editor

mattijn avatar Aug 08 '22 21:08 mattijn