Skip to content

v0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@alexarchambault alexarchambault released this 19 Oct 15:48
60c2b28

Changes

Add support for candlestick charts

See plotly.Candlestick.

Added thanks to @igorfialko and @madprogrammer.

More convenient with* methods for all classes

Most classes in plotly-scala now have with* methods accepting values directly, rather than requiring them to be wrapped in Some(…). Methods accepting options are still there too, if needed.

Updates

  • Update Scala.JS from 1.1.0 to 1.3.0