Jo Wood
Jo Wood
Currently (as of [email protected]), narrative schemas can use rules that * require the presence, or a number of instances, of a label (`minimumOccurrences`) * require minimum content length within a...
It would be helpful to be able to define a label in a narrative schema that inserts a checkbox in the formatted document, and a rule that requires the checkbox...
Currently 'tests' consist of working examples that are verified by visual inspection. A useful addition would be tests that confirm that the json spec produced by a spec-generating function is...
Now we have a polar coordinate system, there's a case to make some polar positional properties conditional on data or selection. It would be nice to allow something like the...
_Carried over from discussion on the Vega-js Slack..._ When using the [repeat](https://vega.github.io/vega-lite/docs/repeat.html) operator, a repeated field is referenced in an encoding with a `repeat` object. This allows compact specifications that...
Firstly, great to see this hvega implementation! I thought I should raise this general issue as a place to discuss how (or if) to keep hvega in sync with [elm-vega](https://github.com/gicentre/elm-vega)....
From Processing 3.x onwards, we can no longer rely on a Java AWT implementation. This was previously used in the multisketch package (embedded sketches and slideshow classes). We need an...
While offsetting of line features works as expected, polygon offsetting seems to generate incorrect coordinates. For example, in the following which attempts to offset a simple square between [3000,3000] and...
When a scale's nice setting is specified as an expression it appears to be ignored. For example, the following should set `nice` to `false`, but it does not: ```json {...
Enhancement request: _Allow the raster mark to use CSS4 colour specifications and the P3 colour space._ Marks that generate SVG currently work with [modern colour specifications](https://www.w3.org/TR/css-color-4/), meaning they can specify...