Skip to content

Releases: alexarchambault/plotly-scala

v0.8.5

17 May 13:18
Compare
Choose a tag to compare

What's Changed

  • Add new properties for Histogram and layout.Axis by @sven42 in #432

Updates / maintenance

New Contributors

Full Changelog: v0.8.4...v0.8.5

v0.8.4

18 Oct 16:13
4ea7ce4
Compare
Choose a tag to compare

Updates

Full Changelog: v0.8.3...v0.8.4

v0.8.3

11 Aug 09:38
27ac19f
Compare
Choose a tag to compare

Updates

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2

23 Mar 17:19
Compare
Choose a tag to compare
v0.8.2 Pre-release
Pre-release

Changes

  • Add support for Image traces (#274, thanks to @novakov-alexey)
  • Add missing fields from the current plotly-documentation examples

Updates

  • Update Scala.JS from 1.3.1 to 1.5.0

v0.8.1

04 Jan 10:15
a71a696
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

Fixes

  • Add <meta charset="UTF-8"> tag in generated HTML pages (useful when using plotly-scala from Ammonite in particular - added in #251, thanks to @yukoba)

Updates

  • Update Scala.JS to 1.3.1

v0.8.0

19 Oct 15:48
60c2b28
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

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

v0.7.6

27 Apr 16:06
6988f6a
Compare
Choose a tag to compare
v0.7.6 Pre-release
Pre-release
  • Add orientation field to Legend (thanks to @josephroccateads)
  • Add Config class, that can be passed alongside Layout, to configure plotly.js (thanks to @josephroccateads)

v0.7.5

21 Apr 17:01
89a2c04
Compare
Choose a tag to compare
v0.7.5 Pre-release
Pre-release
  • Update Scala.JS to 1.0.1 (from 0.6.32)
  • Update plotly.js to 1.52.2

v0.7.4

19 Apr 14:38
a9ea8c3
Compare
Choose a tag to compare
v0.7.4 Pre-release
Pre-release

Automatic conversions from java.time._ classes

plotly-scala now accepts sequences of java.time.LocalDateTime, java.time.LocalDate, java.time.Instant as data.

Import plotly.element.LocalDateTime.UnsafeImplicitConversions._ to have it also accept java.time.OffsetDateTime and java.time.ZoneDateTime.

Added in #178, thanks to @tmccarthy.

Accept mutable Seqs as data in scala 2.13

Scala 2.13 changed the automatically imported Seq alias from scala.collection.Seq to scala.collection.immutable.Seq (former can be mutable, latter cannot). As a consequence, mutable sequences, like scala.collection.mutable.ArrayBuffer, were not accepted as data by plotly-scala.

#176 fixes that, thanks to @tmccarthy.

v0.7.3

03 Jan 10:23
Compare
Choose a tag to compare
v0.7.3 Pre-release
Pre-release