Skip to main content

All Questions

Tagged with
0 votes
1 answer
35 views

change the language of the legend in dygraph in r

I have done this. Edited the dygraph-combined.js changing the names of months and days, for example, replace text "Oct" with "Okt" and so on, to change the language of the date ...
Alejandra Narváez Vallejo's user avatar
1 vote
1 answer
466 views

R Highcharter customize legend to show only certain values

I need the legend to show candidate names and their colors where interval == 3. see plot here Subsetting the stops df (stops[my.cols$interval==3])) works for the legend, but it also changes the ...
par's user avatar
  • 103
1 vote
2 answers
4k views

How to render a plotly plot with preset traces hidden i.e. 'legendonly' based on list

Thanks to help on a previous question here I can now record in a list which traces are hidden in a plotly plot by reading out the legend list of TRUE/legendonly with a piece of javascript, which I use ...
Mark's user avatar
  • 2,859
0 votes
1 answer
477 views

How to hide the legend with uvCharts in R or Javascript

I am using uvCharts via RCharts in R. All I want to do is be able to hide the legend on a bar chart when I need it. Below is the code and example from http://rcharts.io/howitworks/part2/ (I don't ...
MedEquality's user avatar