Skip to content

v1.0.9

Compare
Choose a tag to compare
@kanitw kanitw released this 18 May 05:24
· 6174 commits to master since this release

Features

Fixes

  • Fix broken legend stroke color #1203
  • Fix bug tick orient inverted #1348
  • Disable default strokeDash for legend #1344
  • Make CellConfig.strokeDash an array #1313 – Thanks @mprudhom
  • Add tickSizeRange #1299 – Thanks @mprudhom
  • Make size channel stackable #1312
  • Read bandSize config if the scale does not exist #1286
  • Axis and legend properties should not be set if empty – Fix #1221 #1223

Internal

  • Refactor internal compile to treat facet as a compositional operator in preparation for other composition support
  • Export timeunit.format() for VgTooltip #1240
  • Export config #1227 – Thanks @mprudhom

Docs

Examples

  • bubble_health_income
  • github_punchcard
  • trellis_anscombe – Thanks @mcorrell

Experimental

  • Layer operator for creating layered charts.