You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support nativeRaster objects in annotation_raster() and raster2uri() (#2174)
* Add failing test with native raster
* Support nativeRaster objects in raster2uri
* News entry for nativeRaster support
* Update NEWS entry with pull request number
* Fix typo
* Move NEWS entry to new features section
Copy file name to clipboardExpand all lines: NEWS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@
8
8
9
9
*`ggplotly()` now supports the `{ggalluvial}` package. (#2061, thanks @moutikabdessabour)
10
10
*`highlight()` now supports `on="plotly_selecting"`, enabling client-side linked brushing via mouse click+drag (no mouse-up event required, as with `on="plotly_selected"`). (#1280)
11
+
*`raster2uri()` supports nativeRaster objects. This enables nativeRaster support for
0 commit comments