crosstalk
crosstalk copied to clipboard
Inter-htmlwidget communication for R (with and without Shiny)
I have applications of the range slider that are for excluding the range in the middle and keeping those towards the ends of the range it would be great to...
Is it possible to reset the bounding box in leaflet map after filtering? This is possible in a Shiny app like this: ```r library(shiny) library(leaflet) r_colors % fitBounds( lng1 =...
When using filter_select for categorical variables, crosstalk is not filtering properly, taking values from other categories. Reproducible example: ``` df df weight value variable 1 0.349 housewife work 2 0.336...
Hi, I am new to crosstalk and I am trying to use it to place a tmap next to a ggplot. To make these html widgets, I've used tmap_leaflet for...
Note: d3scatter needs to change as well, the `renderValue` method needs to end with: ```javascript sel_handle.invokeChangeHandler(); filter_handle.invokeChangeHandler(); ``` ```r library(shiny) library(crosstalk) library(d3scatter) sd
Thank you for developing such a great package. I am currently using crosstalk - filter_select in Shiny for single select questions (each value in a column is a single question)....
Hi, I am trying to use plotly with Crosstalk to brush and return a data table. My problem is that all the example that I have currently saw, are natively...
First of all many thanks to all involved for the excellent package. I am trying the create a plotly gauge graph for a flexdashboard which should change value depending on...
**Crosstalk** is GREAT _but_, in the Git page example below, the EQ MAGNITUDE **filter_slider()** _does not show up at all_ in the Rstudio Viewer output: (all the _other elements_ show...
Hi! Just started using this package, and am trying to combine leaflet with plotly/datatable in a shiny app. The main functionality would be highlighting markers on the leaflet map and...