Skip to content

0.9.0

Pre-release
Pre-release

Choose a tag to compare

@MarcoEidinger MarcoEidinger released this 10 Nov 19:12
· 976 commits to main since this release

0.9.0 (2020-11-10)

⚠ BREAKING CHANGES

  • ✏️ change micro charts from public to internal

Features

  • 🎸 a chart is determined by the max of data or axis label (2296c1a)
  • 🎸 add multiple selection for donut chart (b8c7359)
  • 🎸 add nav/popup mode for test app (#159) (cf0b96c)
  • 🎸 add new mode fixedBottom for x axis labels (4748180)
  • 🎸 add validation for numeric properties in chart models (0cebe97)
  • 🎸 add xAxisLabelsPosition to init() (76a3611)
  • 🎸 allow ChartView to pass a NoDataView to customize it (13a1ae3)
  • 🎸 allow more number of ChartSeriesAttributes than number (e4176cc)
  • 🎸 improve color palette (d6a8837)
  • 🎸 refactor line and point shapes (42d7e7c)
  • 🎸 small improvements to test app (df83ff0)
  • 🎸 support .single and .all selection mode for donut chart (2e2e0d4)
  • 🎸 support both y axes for column insdex of combo chart (18d3ac7)
  • 🎸 support more variants of data format in chart model (a99bd80)
  • 🎸 support to display multiple selctions for line charts (9095261)

Bug Fixes

  • 🐛 adjust spacing between axis's labels and baseline (c0025f4)

  • 🐛 color issue caused by order of series on analytical card (a10b808)

  • 🐛 color palette issues for integration (994b619)

  • 🐛 compiler error for selectionMode of ChartModel on Xcode 11 (71ea4c8)

  • 🐛 fix ui update issue and refactor code (711526f)

  • 🐛 fix x axis ui update issue (1ec70b0)

  • 🐛 fix xcode 11 compile bug (793457b)

  • 🐛 fix xcode 11 compile issue (dd36c50)

  • 🐛 fix xcode 11 compile issue (b0ea42d)

  • 🐛 improve hex color initialization (30fbd90)

  • 🐛 improve test app (c189fc5)

  • 🐛 prevent chart frame size to be negative (#155) (598052b)

  • 🐛 selection mode .all in bubble & scatter chart (125bdb9)

  • 🐛 show chart plot on top of axes and grid lines (7f90c02)

  • 🐛 xcode 11 compile issue (d70690a)

  • ✏️ change micro charts from public to internal (e129a97)