Open mattijn opened 1 year ago
Some notes if someone wanna help fix this:
Relevant type definitions are
TextDef
https://github.com/vega/vega-lite/blob/main/src/channeldef.ts#L198, which imports Text from Vega. DatumDef
, which seem to not accept string array yet
It would be great if
"datum"
within the text-encoding channel accepts a list/array as input as such["text", "over", "multi-lines"]
.If I try this within the editor then the chart renders successfully:
Open the Chart in the Vega Editor
But the vega-lite grammar does currently not allow it:
With an validation warning stating: