Skip to content

v4.1.0

Choose a tag to compare

@JesperLekland JesperLekland released this 11 Mar 17:15
· 149 commits to master since this release
6549fb6
  • Support for styled XAxis labels

    XAxis now supports complex data argument with svg property (just like the charts) to style each label individually. See examples repo for usage.
    Thanks to @fqueiruga for this ❤️

  • Support for backgroundColor in ProgressCircle

    You can now customize the progress "background" color

  • Support for strokeWidth in ProgressCircle

    Customize the width of the ProgressCircle

  • Prettier transition in ProgressCircle from progress to background

    Old implementation used to have a small cutoff between the progress and the background.
    Now the progress seems to be "inside" the circle instead.