Skip to content

v2.6

Compare
Choose a tag to compare
@willdale willdale released this 10 May 10:58
· 147 commits to main since this release
73e0521

Added

  • HorizontalBarChart, see #59.
  • Ground work for other horizontal bar chart types.
  • .extraLine view modifier. This allows a line to be drawn Line Charts and Bar Charts. See #62, #67. Y axis labels are generated by:
  • .extraYAxisLabels view modifier. This is a partial fix for #68.

.extraLine and .extraYAxisLabels are experimental at the moment and the implementation may change. They are currently undocumented.

Fixed

  • X Axis labels should now work in all orientations as expected. See #61, #64
  • Add a small amount of padding to certain element to stop clashes.