highcharter
highcharter copied to clipboard
R wrapper for highcharts
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...
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: ```...
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...
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...
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...
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...
I am working with `igraph` and `highcharter` in R to visualize a graph. However, it seems the directed arrows are missing in the graph.  I use the following code...
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...
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.  Here is the...