jbkunst / highcharter

R wrapper for highcharts
http://jkunst.com/highcharter/
Other
718 stars 147 forks source link

Highchart loading slow on server #758

Closed lakshyaduhan closed 2 years ago

lakshyaduhan commented 2 years ago

Hi,

I am using highcharts in my Shiny app. The charts are working good when i load the shiny on R but unfortunately, the charts are taking heaps of time (its just the initial first chart display) when we upload the shiny on the server. I am using highchartProxy in observeEvent() to display charts according to the input.

And, this is the usual case whenever I try to deploy shiny on our server.

Is there any way we can speed up that process? or if I am missing something here.