Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Needs to render in browser first, right? #32

Closed
MaxHorstmann opened this issue Nov 1, 2016 · 1 comment
Closed

Needs to render in browser first, right? #32

MaxHorstmann opened this issue Nov 1, 2016 · 1 comment

Comments

@MaxHorstmann
Copy link

Looks like this first renders the chart in a browser and then sends the svg string back to the server for export - correct?

Any idea how to do this completely server-side?

@Tek4
Copy link
Collaborator

Tek4 commented Nov 3, 2016

Right. Highcharts runs on the client browser. To do things server-side, you'd have to run Highcharts on the server. I'm sure plenty of products exist for server-side charting. And, perhaps, there is info about doing so with Highcharts on the Highcharts site. However, a huge feature of Highcharts is user interactivity. You'd lose that going server-side.

@imclem imclem closed this as completed May 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants