DougBurke / hvega

Create Vega-Lite visualizations from Haskell.
BSD 3-Clause "New" or "Revised" License
52 stars 12 forks source link

Add MTexts constructor to MarkProperty #120

Closed DougBurke closed 4 years ago

DougBurke commented 4 years ago

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.