-
Notifications
You must be signed in to change notification settings - Fork 91
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
Creating advance charts #12
Comments
As far as I can tell, highcharts-serverside-export was developed for highcharts version 2.1.2 (four years ago) and hasn't been touched since. I believe the types you list are in the highcharts-more library which came after. We tried for what felt like like a month to get highcharts-serverside-export to work with a more recent version of highcharts, and just could not make it work. We ended up writing our own javascript to emulate gauges for export, which was the one type we need to be able to export, along with other contortions to make it work. We're still stuck with the older highcharts version in our exports, which looks kinda crappy. This tool was a great idea when it came out originally, but since there's been zero development on it since then, I do not recommend using it now. |
I've build upon and modified the sources of the serverside export and went on the approach of opening the exact chart from our app in a clean HTML that is passed to phantomJs for rendering as image. This tool was a great idea when it came out originally, but since there's been zero development on it since then, I do not recommend using it now. —Reply to this email directly or view it on GitHub. |
Hi,
I´m trying to test this tool and I have seen serveral types of charts that I can create (area, areaspline, column, line, pie, scatter and table) but I don´t find advance charts like 'heatmap', 'bubble chart', 'dynamic chart', 'gauges' ... I´m testing what I will be able to create with this tool.
Thanks
The text was updated successfully, but these errors were encountered: