Skip to content

Releases: alexarchambault/plotly-scala

v0.8.5

Choose a tag to compare

@alexarchambault alexarchambault released this 17 May 13:18

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

Choose a tag to compare

@alexarchambault alexarchambault released this 18 Oct 16:13
4ea7ce4

Updates

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

v0.8.3

Choose a tag to compare

@alexarchambault alexarchambault released this 11 Aug 09:38
27ac19f

Updates

New Contributors

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

v0.8.2

v0.8.2 Pre-release
Pre-release

Choose a tag to compare

@alexarchambault alexarchambault released this 23 Mar 17:19

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

v0.8.1 Pre-release
Pre-release

Choose a tag to compare

@alexarchambault alexarchambault released this 04 Jan 10:15
a71a696

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

v0.8.0 Pre-release
Pre-release

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

v0.7.6

v0.7.6 Pre-release
Pre-release

Choose a tag to compare

@alexarchambault alexarchambault released this 27 Apr 16:06
6988f6a
  • 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

v0.7.5 Pre-release
Pre-release

Choose a tag to compare

@alexarchambault alexarchambault released this 21 Apr 17:01
89a2c04
  • Update Scala.JS to 1.0.1 (from 0.6.32)
  • Update plotly.js to 1.52.2

v0.7.4

v0.7.4 Pre-release
Pre-release

Choose a tag to compare

@alexarchambault alexarchambault released this 19 Apr 14:38
a9ea8c3

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

v0.7.3 Pre-release
Pre-release

Choose a tag to compare

@alexarchambault alexarchambault released this 03 Jan 10:23