Ryan Hafen
Ryan Hafen
Like many who requested the boxplot with q1/median/q3 signature, I have a situation where I am pre-computing these statistics (along with lower and upper fence) from a very large database...
I have a React app that is set up using create-react-app, and my graph renders correctly when I'm in development mode (`yarn start`), but when I create a production build,...
Thanks for this awesome package. As an alternative to pagination, it would be nice to support the ability to scroll the whole table with a sticky header and [virtualized rows](https://react-table.tanstack.com/docs/examples/virtualized-rows).
When specifying a global data source (e.g. `figure(..., data = x)`) and then adding a singleton layer that does not use that data source, the attributes are repeated as if...
`ly_bar` tries to be flexible in allowing one or two variables and determines which one is the categorical and which is the quantitative variable to be aggregated for each level...
For example: ``` r library(rbokeh) set.seed(123) x
It `TRUE`, it will show the f-value and quantile.
People may not realize that these aren't raster graphics and that every single point is being sent to the browser, which can have an effect on performance. It might be...