Skip to content

v4.6.0

Compare
Choose a tag to compare
@kanitw kanitw released this 11 Mar 20:20
· 1929 commits to master since this release

Features

  • support custom formatTypes (4c57c64)

  • add vl2pdf, test the cli, support windows (#6034) (bfc4dac)

  • updates to include Vega 5.10 features

    • add config.lineBreak (#6051) (2a90d7e)
    • support "product" aggregation
    • support for text baseline values "line-top" and "line-bottom". These values are similar to "top" and "bottom" baselines, but calculated relative to the lineHeight rather than fontSize alone.
    • support color blend mode as a mark property
    • Add axis new properties:
      • labelOffset- which adjusts axis label position in addition to tickOffset
      • labelLineHeight - for setting the line height for multi-line axis labels

New Example

Bug Fixes