[X] support disabling an axis: added Disable to AxisConfig
[X] support disabling a header
[X] added LeDisable to LegendConfig
[] add LDisable to Legend (or something similar) nope, not available
[ ] width/height handling for range scales
Note that Disable doesn't seem to work at present (at least in the tests I tried). Has the JS plotting code not been updated to support this feature yet (Vega-Editor is still using 4.7.0 at the time of writing). Or do I not understand its semantics, as Vega-Editor has now been updated to v4.9).
Other changes
Add or remove functionality that should (or shouldn't) have been there to begin with
HTitleFontWeight changed from accepting Text to FontWeight
add LeDirection to LegendConfig
remove LeTitle from LegendConfig
LegendProperty: add LLabelExpr, LSymbolLimit, and LTitleLineHeight.
Vega-Lite 4.8 changes
HeaderProperty
: addHLabelBaseline
,HLabelFontWeight
,HLabelLineHeight
,HOrient
Disable
toAxisConfig
LeDisable
toLegendConfig
[] addnope, not availableLDisable
toLegend
(or something similar)Note that
Disable
doesn't seem to work at present (at least in the tests I tried). Has the JS plotting code not been updated to support this feature yet (Vega-Editor is still using 4.7.0 at the time of writing). Or do I not understand its semantics, as Vega-Editor has now been updated to v4.9).Other changes
Add or remove functionality that should (or shouldn't) have been there to begin with
HTitleFontWeight
changed from acceptingText
toFontWeight
LeDirection
toLegendConfig
LeTitle
fromLegendConfig
LegendProperty
: addLLabelExpr
,LSymbolLimit
, andLTitleLineHeight
.Scale
: removeScBinLinear