Skip to main content

Questions tagged [r-highcharter]

Questions related to the usage of the Highcharts JavaScript library in R.

r-highcharter
0 votes
0 answers
42 views

Highcharter package in R is not outputing plot in Rstudio but in R its ok

This is my code: library(highcharter) # install.packages("palmerpenguins") data(penguins, package = "palmerpenguins") hchart( penguins, "scatter", hcaes(x = ...
Laura's user avatar
  • 561
0 votes
0 answers
29 views

How to display confusion matrix in R using highcharter?

actually i am new to R and i was wondering how to use the highcharter package to create a confusion matrix . Would be glad if someone can help ! I looked around a bit and saw maybe we could use a ...
Riddhi Kulkarni's user avatar
0 votes
1 answer
40 views

Treegraph chart with Highcharter

I'm trying to reproduce this Highcharts Phylogenetic language tree in R: link 1 and link 2. The first step I took was to check if I had all the necessary modules. It turned out that highcharteR didn't ...
AnonX's user avatar
  • 169
0 votes
0 answers
33 views

How to include year on year function calculation in Highcharter Tooltips?

Working in highcharts where the years will be selectable. I want to include a % change from the other year in the tooltips. Test data: test <- tribble( ~Year, ~Type, ~Total, ~Median, ...
Magnetar's user avatar
  • 195
1 vote
1 answer
33 views

Objects of class/type decomposed.ts are not supported by hchart (yet)

I would lik to use {highcharter} to plot stl objects. To to so, I would like to obtain seasonal, trend, remainder etc. from stl objects: str(fit_stl) > List of 8 $ time.series: Time-Series [1:164,...
Magnetar's user avatar
  • 195
1 vote
1 answer
54 views

Remove series from legend only

Looking for a way to remove a label from the legend but keep the line on the chart. for example the appending of 'visible = FALSE' removes the line from the chart as well as from the legend. highchart(...
Magnetar's user avatar
  • 195
0 votes
0 answers
15 views

Having trouble with font using highcharter in r flexdashboard

As I am no native engish speaker, I appologize for my english. I am building an Dashboard using the flexdashboard-package and highcharter to create nice graphs. Further, want to use a custom font: ...
jasmin's user avatar
  • 1
1 vote
1 answer
42 views

Create inverted dumbbell plot in r with Highcharter

I am trying to create a dumbbell plot using the highcharter package. Since the Highcharts type dumbbell only works with two observations, I have been using columnrange and scatter together to create ...
jdenn0514's user avatar
0 votes
1 answer
10 views

Highcharter - remove border from bars in plot

I want to remove a white border that's appearing around bars in a clustered bar chart plotted with Highcharter. Following Highcharts documentation this requires appending a borderColor variable in the ...
Magnetar's user avatar
  • 195
0 votes
2 answers
48 views

Change tooltips of nodes in a highcharter sankey

This is a follow up of a older question (Change labels in highcharter sankey), where the solution shows how to change the tooltips in a R highcharter sankey for the links. I now want to also change ...
Marie Veit's user avatar
2 votes
2 answers
66 views

Create a gauge chart with Highcharter in R

I am trying to create a gauge plot as the following image: The df is: df <- structure(list(Genero = c("Hombre", "Mujer"), Media = c(46.7, 53.3)), row.names = c(NA, -2L), class ...
R USER MEMBER's user avatar
0 votes
3 answers
46 views

How to create a polar stacked plot with Highcharter in R

With the following dataframe: df <- structure(list(row_labels = c("La ubicación actual de los contenedores de la ciudad", "La falta de limpieza de los solares", "La ...
R USER MEMBER's user avatar
0 votes
0 answers
31 views

R highcharter: show tooltips only when clicking on points

Using R highcharter I want that tooltips only appear when clicking on the data points. I tried to implement a working javascript code (https://jsfiddle.net/BlackLabel/9rj12tfa/) with R highcharter: ...
Marie Veit's user avatar
1 vote
1 answer
57 views

Customising hc_tooltip with formatter to add textcolor removed my markers and attempt to bring them back is failing

I am trying out the highcharter package in R. I am trying to add a tooltip. The default (first example) gives me a marker and the series name. hc_tooltip( shared = TRUE, split = FALSE, ...
jjunju's user avatar
  • 528
2 votes
0 answers
55 views

Stacked and Grouped Column Chart in R using Highcharts

I am trying to create a column chart in R using the Highcharts, in which I want my columns to be grouped and stacked on different features. Here is my sample data table. Zone Revenue Type TTM2 TTM1 ...
Shubham's user avatar
  • 59

15 30 50 per page
1
2 3 4 5
38