score:0
First of all, please show what packages are you using in your code (dplyr, scales).
There's a boost module for highcharts. sadly rCharts dont include that module by default so you need to add manually.
By other hand. There is a new wrapper for highcharts called highcharter which have an implementation of this module. Using it dont take more than 1 second to chart the 3900 columns.
highchart2() %>%
hc_title(text = "Not so slow chart ;)") %>%
hc_subtitle(text = "Thanks boost module") %>%
hc_chart(zoomType = "x", animation = FALSE, type = "column") %>%
hc_plotOptions(series = list(turboThreshold = 4000)) %>%
hc_add_serie(data = input)
Check the speed/here:
http://rpubs.com/jbkunst/highcharts-too-slow-when-plotting-4000-bars-rcharts
Source: stackoverflow.com
Related Query
- Highcharts too slow when plotting 4000 bars (rCharts)
- php: laravel slow view render time when rendering javascript for highcharts
- HighCharts is slow to load data when building multiple charts
- Adding round corners to Highcharts Bar Chart with stacked bars when value is 0
- Highcharts slow performance when adding more than 10 series
- Highcharts - Series tooltip doesn't work when plotting lines that zigzag on the x axis
- Highcharts with angularjs: smooth transition of bars when updating values
- How to show values in Highcharts tooltip other than x and y when data points are too high?
- What's the code in Highcharts such that the bars (columns) in the same group use the same color?
- Highcharts missing bars when running through PhantomJS
- Highcharts displaying white space for bars when all values are zero
- Highcharts cloud issue with data source when duplicating chart
- Highcharts skip columns when plotting
- Bars does not show up when loading JSON encoded data from PHP in Highcharts
- Highcharts highmaps points not plotting when second chart loaded
- HighCharts - When I download csv, can I switch data source to new one?
- Improving rCharts performance when plotting thousands points
- Highcharts => Getting the id of a point when clicking on a line chart
- Highcharts area fillOpacity do not work when changing the color
- How to make highcharts scrollable horizontally when having big range in x-axis
- Change title when drilldown in Highcharts
- rCharts with Highcharts as shiny application
- Highcharts saying undefined is not a function when trying to add a new chart
- Add tooltip to legend in highcharts when hovering
- Javascript Highcharts v3.0.5 - How to hide Y Axis Title when using multiple Y Axis
- Redraw/Resize highcharts when printing website
- JavaScript error when using Highcharts
- Highcharts - only show tooltip when hovering directly on point
- Plotting seconds, minutes and hours on the yAxis with Highcharts
- Highcharts bars are half missing after drillup
More Query from same tag
- Getting data from Postgres in JSON format in ROR into a Highcharts javascript
- Prolems with highcharts
- What format does the highcharts js library accept for dates?
- Highcharts Treemap Tile Name Blocking Click
- How to change the radius of the data point dots depending on the value/count in the data-yaxis-HIGHCHARTS
- SyntaxError: missing ] after element list PHP, Jquery & Highcharts
- minPointLength is not working for horizontal Trellis bar charts in Highcharts
- Highchart not able to use javascript variables(arrays) in series data
- How to append dynamic values to the area chart in High charts or convert the data to arrays?
- How to position datalabel at the base of bar series
- High charts - Increasing the space between chart and title
- Display 100 Points in 1 second : Highcharts
- Django - highcharts changes dot i comma
- Why mistake appears during render?
- Issue configuring Highcharts/ Highstock candlestick (React JS)
- Highcharts - How do I position tooltip behind icon on each pie slice on hover?
- Highcharts Treemap Data Labels issue in IE & Chrome
- How to have data labels on top of the graph?
- Highcharts: Overlapping colors in bar type
- How to customize each column in Highcharts stacked column
- How to remove empty axis ticks in Highcharts?
- Highcharts - How can I remove starting and ending padding from area chart
- Template helper not ready even though it should be
- Differtent pattern color for every single column in highchart
- Highcharts variable pie legendItemClick does not hide or update data
- while working with network chart, is there any why to color the common node with two different colors.?
- Horizontal Scrollbar for highcharts, NOT Highstock
- Highcharts Dynamic different time calculate
- Trigger an event when i scroll the scrollbar in highchart?
- Trying to put points on a chart using a SharePoint list and Highcharts