New
v0.6.0
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
:warning: Breaking:
- Fixed naming of flavor/color scheme/theme (#127). Related properties was renamed:
flavor/Flavor->theme/ThemeapplyColorScheme->applyThemetheme/Theme->style/Style
hide: Booleanargument intooltips()was replaced withenable: Booleanwith the opposite behavior.
Fixed
- Tooltip bug (#136)
Documentation
- Added candlestick guide and examples (#149, #278).
- Added documentation for api of layers and statistical transformations (#314).
- Added FAQ section to documentation (#281).
- Fixed duplicating links on getting start page (#313) by @TCampbellSL.