Skip to content

v20.0.0

Compare
Choose a tag to compare
@markov00 markov00 released this 19 Jul 22:15
· 1217 commits to main since this release

20.0.0 (2020-07-19)

Features

BREAKING CHANGES

  • axis: - AxisSpec.gridLineStyle => AxisSpec.gridLine
  • AxisSpec.gridLineStyle => AxisSpec.gridLine
  • AxisSpec.tickLabelRotation => AxisStyle.tickLabel.rotation
  • AxisSpec.tickPadding => AxisStyle.tickLine.padding
  • AxisSpec.tickSize => AxisStyle.tickLine.size
  • AxisStyle.tickLabelPadding => AxisStyle.tickLabel.padding
  • GridLineConfig => GridLineStyle
  • AxisSpec.style => RecursivePartial<AxisStyle> (new AxisStyle type)
  • AxisConfig.axisLineStyle => AxisStyle.axisLine
  • AxisConfig.axisTitleStyle => AxisStyle.axisTitle
  • AxisConfig.tickLabelStyle => AxisStyle.tickLabel
  • AxisConfig.tickLineStyle => AxisStyle.tickLine
  • GridLineStyle requires all properties
  • deprecate AxisSpec.showGridLines in favor of AxisSpec.gridLine.visible