apexcharter icon indicating copy to clipboard operation
apexcharter copied to clipboard

:bar_chart: R Htmlwidget for ApexCharts.js

Results 16 apexcharter issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Hi all, I am creating an apexchart split into facets and I would like to add annotations to one specific sub-graph (facet). However, adding a point annotation I see that...

Hi all, It does not seem possible to create a series-specific chart type when using the `apex()` function to map a data frame into series. Is there some way to...

Hi, is there any way that we could generate a box plot using the apexcharter interface? If not, would you mind providing an example of using R to interact with...

Great development! I just wonder if there are ways to add confidence intervals into the plots?

The placement (and/or labels) of the x-axis ticks are somewhat off in this plot of a normal distribution with mean 0 and standard deviation 0.1: ```{r} x

Hi, the function `set_input_click` captures click events. I see that apexcharts.js also allows mouse-over events (called [mouseMove](https://apexcharts.com/docs/options/chart/events/#click)). Can this be implemented in the apexcharter package, so that one can e.g.,...

HI ApexCharter Team, The type = "timeline" option is **not working**. No output (read: plot) is displayed. - apexcharter package version: 0.1.8.90 - RMarkdown package version: 2.5 - R version....

Hi, First of all, thanks for this awesome package ! However, I am having issues customizing the tooltip when making stacked barcharts. From the example given in the vignette: ```R...

Is there a way to change the color of the cells reaching the minimum value (white by default) when using a color gradient? Example: ```R library(shiny) library(apexcharter) data("vaccines", package =...