Elm-Vega Axis Tests

Default Axes

Default quantitative axis on x and ordinal on y
Quantitative axis configured to show red grid lines.
Responsive width with associated responsive x axis
Default ordinal x-axis (numbers as strings in alphabetical order)
Default temporal x-axis
Temporal axis configured to show red grid lines.

Explicit Axis Values

Explicit x-axis values at 1, 25, 39 and 90
Explicit x-axis values at "1", "25", "39", "dummy" (should be ignored) and "90"
Explicit x-axis values at 4th Jan, 8th Jan and 20th Jan (should be ignored as outside of domain).

Axis label expressions

Should recalculate label to be 0.01 of data value.
Preface each label with the word 'number'

Axis Configuration

Should be identical to previous, but defined via an axis configuration.
Should be identical to previous, but configured to show 10 axis ticks on y axis
Red X axis and blue Y axis each with 10 tick marks, configured via axStyle.

Conditional Axis Properties

The '0' in the catX 10 label should be aligned with tick (conditional axis offset)