Pierre Formont

Results 7 issues of Pierre Formont

Hello, I added some code so we can retrieve the value of the legend item after a click event. The Shiny input is the input specified in `tauchart()` with `-legend`...

Hi @pmint93, thanks for this repo, it's really helpful :). I added all the email-related environment variables in the deployment, please let me know if I need to do anything...

Use http://data.opendatasoft.com/api/v1/console/datasets/1.0/search/

``` r chartjs(height = "200px") %>% cjsLine(labels = seq.Date(as.Date("2011-01-01"), as.Date("2011-01-08"), by = 1)) %>% cjsEditScale("x", 1, type = "time") %>% cjsEditScale("y", 1, type = "logarithmic") %>% cjsSeries(data = abs(c(rnorm(8))), label...

Right now, using custom colours is a pain because you have to specify all the colors for each series. Could add the possibility of using other RColorBrewer palettes or just...

As evidenced by @ThoDuyNguyen in #8, Polar area charts make the page crash when they are drawn in a flexdashboard or in a plain tab. It seems the widget's height...