Vega-Lite now allows multiple values to be assigned to the text option for a mark (for specifying text values that are not from a data source). The MText constructor supported a scalar value, and rather than change this I have added MTexts which takes a list of texts.
Vega-Lite now allows multiple values to be assigned to the
text
option for a mark (for specifying text values that are not from a data source). TheMText
constructor supported a scalar value, and rather than change this I have addedMTexts
which takes a list of texts.