Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 2.42 KB

future_changes.md

File metadata and controls

45 lines (31 loc) · 2.42 KB

[2.2.2] - 2021-12-??

Added

  • geom_livemap: button for position reset.

  • Plot subtitle and caption [#417]: subtitle parameter in ggtitle() and labs(), caption parameter in labs(), plot_subtitle and plot_caption parameters in theme().

    See: example notebook.

  • Multi-line title: title, subtitle, caption can be split into multiple lines using \n as a text separator.

    See: example notebook.

  • geom_livemap: objects scale on zoom.

  • In tooltip customization API:

    • The title() option defines the line, which will be at the beginning of the general tooltip, centered and highlighted in bold.
    • Word wrap:
      • use \n as a text separator to split the original string into multiple lines;
      • the value is limited by the number of characters in it.
    • See: example notebook.

Changed

  • geom_livemap: new parameter show_coord_pick_tools to show "copy location" and "draw geometry" buttons

  • New tooltip style: rounded corners, bold label, colored marker inside the tooltip.

  • Deprecated tooltip customization API: function color() will be removed in one of the future releases.

Fixed

  • LiveMap, Swing-batik: legend is not visible when overlapping map [#496].
  • CVE-2021-23792 in org.jetbrains.lets-plot:lets-plot-image-export@2.2.1 [#497].
  • Color in tooltip does not correspond to the color of marker on map [#227].
  • tooltip on livemap: hide tooltip when the cursor is over the controls [#335].
  • Automatic detection of DateTime series [#99].
  • Fix tooltips for geom_histogram(stat='density').
  • The axis tooltip overlaps the general tooltip [#515].
  • The multi-layer tooltip detection strategy will only be used if more than one layer provides tooltips.