highcharter icon indicating copy to clipboard operation
highcharter copied to clipboard

R wrapper for highcharts

Results 119 highcharter issues
Sort by recently updated
recently updated
newest added

Hi there, Here is an interesting test case using an example from the Highcharts website regarding the boost option and a large number of datapoints (500/1.000k +), Below an example...

closed-due-inactivity

I'm using highcharter with blogdown and everything works fine locally. But when deployed to Netlify, setting `sort=T` in `hc_tooltip` causes the following error, which prevents the chart from rendering: ```...

closed-due-inactivity

Using the minimal example, in a fresh R session: ``` library(highcharter) hchart(cars, type = "line", hcaes_string(x = "speed", y = "dist")) ``` The above example works fine. However, if certain...

closed-due-inactivity

Hello, There appears to be some inconsistency when trying to translate `ggplot2` to `highcharter`. In particular using the `type="line"`does not seem to match ggplot's `geom_line()` i.e. the following two point...

closed-due-inactivity

Hi there thanks for the great package :) I'm a beginner so apologies if my question doesn't make sense! I'm interested to know whether its possible to save the JSON...

closed-due-inactivity

Hi, I was trying to build a page with a networkgraph (the networkgraph was generated using `highchartzero()%>%hc_add_dependency("modules/networkgraph.js")`) and other normal highchart figures(splinerange, errorbars, etc.). All charts showed well but when...

closed-due-inactivity

I am working with `igraph` and `highcharter` in R to visualize a graph. However, it seems the directed arrows are missing in the graph. ![Rplot](https://user-images.githubusercontent.com/64376506/174489865-c7a01bb6-91df-43e6-bfec-708beec2dde6.png) I use the following code...

closed-due-inactivity

Hello, Thank you so much for your R wrapper to use the stunning Highcharts Library. Would it be possible to have a tooltip to show an image (.png)? I know...

closed-due-inactivity

Is there a way to display the name of the gropu in a treemap. I can see the different colors, but I cannot see to which group belong, in this...

I have created a basic chart, using a custom theme to modify the font. Within my knitted document, it's using the correct font and looks great. ![image](https://user-images.githubusercontent.com/104156928/172493562-20476ac1-5ead-4521-8370-7a96f76d02a1.png) Here is the...