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 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...

enhancement
question

If this x and/or group variables is factor. #363 #348

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

Just dug this out from the source: `lang` option key for export menu 'View data table' is `viewData`.

enhancement

hchart for this! google/CausalImpact and twitter/AnomalyDetection

enhancement

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...

enhancement
help wanted
question

``` 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...

enhancement