Skip to content

Commit 32aba50

Browse files
committed
upgrade to plotlyjs v1.24.2; update news
1 parent 6d3a25b commit 32aba50

File tree

5 files changed

+33
-31
lines changed

5 files changed

+33
-31
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* R linebreaks are translated to HTML linebreaks (i.e., '\n' translates to '<br />') (fixes #851).
1313
* Added a `plot_dendro()` function for a quick and dirty interactive dendrogram with support for hierarchial selection. For more, see -- <https://cpsievert.github.io/plotly_book/linking-views-without-shiny.html#nested-selections>
1414
* The `export()` function now tries it's best to export WebGL plots (via **RSelenium**). It also gains a `delay` argument.
15+
* The `plotlyOutput()` function gains a `inline` argument which makes it easier to place multiple plots in the same row (in a shiny application).
1516

1617
## CHANGES
1718

R/sysdata.rda

469 Bytes
Binary file not shown.

inst/htmlwidgets/lib/plotlyjs/plotly-latest.min.js

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/htmlwidgets/plotly.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ HTMLWidgets.widget({
146146
// a new webgl context
147147
// https://github.com/plotly/plotly.js/blob/2b24f9def901831e61282076cf3f835598d56f0e/src/plot_api/plot_api.js#L531-L532
148148

149+
// TODO: restore crosstalk selections?
149150
Plotly.purge(graphDiv);
150151
var plot = Plotly.plot(graphDiv, x);
151152

inst/htmlwidgets/plotly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: plotlyjs
3-
version: 1.24.1
3+
version: 1.24.2
44
src: "htmlwidgets/lib/plotlyjs"
55
script: plotly-latest.min.js
66
stylesheet: plotly-htmlwidgets.css

0 commit comments

Comments
 (0)