Carson Sievert

Results 193 comments of Carson Sievert

I think this has been fixed

The new getting started with theming article does a better job of this https://rstudio.github.io/bslib/articles/theming.html#add-rules

I'm going to close this since it's such a open-ended request, but make sure to check out `{bslib}`'s new layout capabilities in https://rstudio.github.io/bslib/articles/dashboards.html

This won't be possible until this gets addressed https://github.com/plotly/plotly.js/issues/242

It's currently possible via `add_trace()`: ```r plot_ly() %>% add_trace(lowerfence = 0, q1 = 1, median = 3, q3 = 5, upperfence = 10, type = "box") ``` Reopening though since...

Actually, these traces should be getting merged to produce 2 legend entries instead of 4, so I'd consider this a bug

Hi @jonmmease 👋 😄 > Does this workflow not line up with what Shiny needs? [It does](https://shinylive.io/py/editor/#code=NobwRAdghgtgpmAXGKAHVA6VBPMAaMAYwHsIAXOcpMAMwCdiYACAZwAsBLCbJjmVYnTJMAgujxMArhwl1KAEzh1ZcKITIcAbnAA6Eeo1aduAdw7yA5nDIte-QcLkWOLCnQD6Zy9YnFJZVH9PcysyFTUNbXc5KHk9PgEhJigAGzIoDjpk21SyPQNmbQsod3kodJZrWwSHJjL0vT0WPzpCOCYAXjryqAxCKDoWAAoASkbodHdpTqkOLCgrdxoU6XkhvSZN2Yw-AKCKAA8yd206ACNyvnWwSpS4dQ5SHTARvA2t3cDjr1DrwjYBnkXnoxhA9IoaKwlKchlwvr5-PCoSwWI8ICNEOMtkwAMRMADCMQoTDIbHaAClJDg3PiAUkCkx3ps8WwyAEWIgAPSc3IZOgAWk0HAAXhhnKTJGcMI9OZJKh4LKs4JyAFZU7Budz-QEYVkwFI4gRcMj8273DSkFhMphnOhytgzXIYM0PUjuI3kIbQeAdZ4eoESSgkeRcCwsDrAZ4kFKCZ4AXQkZy48l9YDuVggcWBEGx2qSXSdtMBQ2aklacBGGBgAwA1u7iMbRhgg8RFOsc9imAcOgByAASgkqAhMSkQAEUe28O9jsL2ALIcO4sd1KdwAcVSMYg48n1s20cEHSdJEzHAtECGtvtEh7AHk6BxnNuAHKT5JpDCaVKSOBDHsWORsB7EZXmtStYnkd0BlgYYr3YUFsRVPNhALD9KWpJQiyEIZkNBa08QAERcVAUigbBOScFw3BJMkmGQ3gc1Jdo0FQKYOEZacmEo1xVx+aw-jpAMmCQwS8M4vEABUHwsKwshiB4hTIHgTDJCA4FOZIoTuV0c2IQhCDLK1OIAAU+fxrWMuRMyUDBDjyTiIS0800VGTFOOxVAUK41QFLgaJVDWESdRdc8WAkP0G3IZ4EM7TZUAfT1PJi2K5DIMsc2eABlOBtIoeQmH9RBGTAJgAGpWDIOghiS8YWJmMRUCGFi2IkeVThGMAAF88HAb0EGQOQAEdpDkeByBYWyjnwIhSAoKhkCgUwQmsPReUyPQihKeooEqGwurjIA), I was just a bit surprised that `jchart.observe(callback, "selections")` doesn't fire (and thus,...

@mattijn you were so close...you just need to [use the `@reactive.Effect()` decorator in tandem with `@reactive.event()`](https://shinylive.io/py/editor/#code=NobwRAdghgtgpmAXGKAHVA6VBPMAaMAYwHsIAXOcpMAMwCdiYACAZwAsBLCbJjmVYnTJMAgujxMArhwl04UQmQ4A3OAB0I9Rq07cA7hwAmAczhkWvfoOFzjHFhToB9AybMTiksqi8ujpsg0+ASEmKAAbMigOOjCLCMCIYOsmVCgIQyh4i1RDDQ0WTzpCOCYAXlTDDAARKCiAMTpYOAAKDSYOphB2zt61FH7EJmB+kX6JfoAhcaZ+gGEZ-urFsABRFfqVgHEVgAkVgEl+gF08Ht6O-oAjQeGAJgAOCQBWZ4kAFgBmCQBOAEYJA8AUxnt8mH8foCAOwvO6nc5MAC+GgAlPloOgnNJylIOFgoKYnDRwtJDG0IL1pBguD4yE4FEpSE4rl4yKQ2mA2cZjOF1PhZmAAKq5OqlOZsKBCfoos4Uzqeby+VwBDkwbBOQgSqVgGWo9EaQxwGisOB0VR0Fo0rweLy0iQsOAsFgcUgoxAIzWS4QVBIYcVelqFSTFOAojAwSUAa2ZkpaYcoJENLQAHmV+lAZtg02AbjqEQArT2hH2RDAAKUkOEc-qELSLZDRco6tnsjj8bjIqvV9Zmha1DfRvQAAnIGSo4BhVjQaHBFHGESP5Ipxxg4KpyJaILSMFyeaGEYbjU44+6mxc+16MPWcfXw1GYxaSOFBNnCHQ+IUIDMSHQIKaAEpQIYHCSCwZR-AADI26JoKgOJiKgLSwViMgmmapoomAiJ4OA0DwNQcgAI7SHI8DkCwO7JmQ+BEKQFBUMg6TYMqZgaAk0R0FhxxAA)

Nice, shinywidgets wouldn't support that (i.e., passing a non-string to `observe()`) out of the box, but it seems like it could. Also, as long as we're stilling dreaming up an...

Hi @glin, would you have the time and interest to resurrect this if we made this an opt-in feature (similar to what you [originally proposed](https://github.com/glin/reactable/pull/96#pullrequestreview-575085428))?