Skip to content

v3.0.0

Compare
Choose a tag to compare
@alshan alshan released this 04 Jun 20:40
· 594 commits to master since this release

[3.0.0] - 2021-06-04

Added

  • In tooltip customization API:

    • layerTooltips(variables) - the new parameter variables defines a list of variable names, which values will be
      placed in the general multiline tooltip.
      See: Tooltip Customization.
  • lets-plot-mini-apps GitHub repository containing examples of using
    the Lets-Plot Kotlin API in JVM and Kotlin-JS projects.

Changed

Fixed

  • Poor font rendering in Swing/Batik. Related to: [#364]
  • Exclude slf4j implementation from lets-plot-common [#374]
  • geom_boxplot: should be possible to create boxplot without specifying
    x-series [#325]
  • geom_hline: graph plotted outside of coordinate plane visible
    part [#334]
  • Draw geometry only once if layer has no aes mapping
    specified [#73]
  • Can't build plot: "Uncaught SyntaxError: Unexpected string" in a
    console [#371]