highcharter
highcharter copied to clipboard
R wrapper for highcharts
Hi Hows things, I want to store the `e.xAxis[0].min` and `e.xAxis[0].max` via `Shiny.onInputChange` upon zoom selection for further manipulation however I cannot reset zoom after selection. Can you have a...
If this x and/or group variables is factor. #363 #348
When making hc elements from data frames with several variables, all the variables must not start with a number. this is good practice, but there are sometimes data frames with...
Can I use a color scale with scatter plots? [Your comment on this Stackoverflow question][1] suggests it is not possible: > This is a highchartsjs restriction, by now, you can't...
Hi Joshua, Thanks for such a great package. It's one of the best plotting packages in the open source realm. Since then I've been studying highcharts API and I am...
http://jsfiddle.net/jbkunst/b3oywcsp/ In `hc_legend` I guess? ```css /* Legend hover affects points and series */ g.highcharts-series, .highcharts-point, .highcharts-markers, .highcharts-data-labels { transition: opacity 250ms; } .highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover), .highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover), .highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover), .highcharts-legend-series-active...
Just dug this out from the source: `lang` option key for export menu 'View data table' is `viewData`.
hchart for this! google/CausalImpact and twitter/AnomalyDetection
Hi, I am using your package for the first time and since it is relatively new in the market, I am posing my problem here. Objective: I want the highstockcharts...
``` R > hc = highchart() ## yAxis starts with a value set for title$text > hc$x$hc_opt$yAxis $title $title$text NULL ## If we assign an actual value to it, it...