github Kotlin/kandy v0.6.0

latest releases: v0.8.0, 0.7.1, v0.7.0...
11 months ago

Added

  • Added candlestick plot (#149, #278). See documentation (guide and examples).
  • Added extensions Plot.toSVG(), Plot.toPNG(), Plot.toHTML() (#293).
  • Fixed tooltips behaviour (#156, #266). Now explicitly assigning tooltips removes side tooltips.
  • Added boxes new whiskerWidth parameter (#299).
  • Added void theme (#310).
  • Added margin text parameter (#323).
  • Added viridis color scales (#301).
  • Added new scales transformations (#311).
  • Added scale/axis position option (#306).
  • Added extension functions to export plots to JPG and PNG as ByteArray (#325) by @gulshanpatidar.

Changed

⚠️ Breaking:

  • Fixed naming of flavor/color scheme/theme (#127). Related properties was renamed:
    • flavor/Flavor -> theme/Theme
    • applyColorScheme -> applyTheme
    • theme/Theme -> style/Style
  • hide: Boolean argument in tooltips() was replaced with enable: Boolean with the opposite behavior.

Fixed

  • Tooltip bug (#136)

Documentation

Don't miss a new kandy release

NewReleases is sending notifications on new releases.