v2.0.3
VDovidaytis-HORIS
released this
02 Jun 19:48
·
2539 commits
to master
since this release
[2.0.3] - 2021-06-02
Added
- In tooltip customization API:
layer_tooltips(variables)
- the new parametervariables
defines a list of variable names, which values will be placed line by line in the general tooltip.
See: Tooltip Customization.
Changed
- CDN: Lets-Plot JavaScript library is now served via JSDELIVR (was CDNJS):
https://cdn.jsdelivr.net/gh/JetBrains/lets-plot@v2.0.3/js-package/distr/lets-plot.min.js
Fixed
- Removed the last dependency on bintray JCenter (commit).
- 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]
- map: calif.housing [#140]
- Can't build plot: "Uncaught SyntaxError: Unexpected string" in a console [#371]
- All scales should have the 'format' parameter [#347].
- Poor font rendering in Swing/Batik. Related to: [#364]
- Exclude slf4j implementation from lets-plot-common [#374]