score:-2
Open a web browser on the server.
Point the web browser at a pre-made page that loads
highcharts
and renders your chart.Grab the output of the browser.
Send that to a client.
Which of those steps seems confusing?
Note that this will be significantly slower than just using matplotlib
, because you need to start up a full web browser just to render a graph. I had a quick look at the highcharts page you linked and I think you could probably reproduce that in matplotlib.
score:2
I had similar requirements and couldn't find an existing solution so I created a little proof-of-concept solution here.
This implementation works by having the python process create a node subprocess that uses the highchart-export-server
node module which in turn spawns a PhantomJS instance to render the chart. A few russian dolls involved there, but it does the job.
Source: stackoverflow.com
Related Query
- Highcharts SVG Export from Python Server Side Code
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Server side chart .svg export with Highcharts and PhantomJS, error loading data from .csv file
- Generation of svg on server side using highcharts
- Issues using highcharts node export server from ClojureScript - "0x03 error when performing chart generation"
- Highcharts server side export Pie With Data Labels (phantomjs)
- Highcharts Node.js Export Server - gettting output in SVG string
- Run Highcharts on Server side code to add to Word document
- Is it possible to export HTML along with SVG markup to the Highcharts Export Server (http://export.highcharts.com/)
- POST svg output from HighCharts to an internal server
- Unable to get highcharts image from highcharts export server using rails httparty
- Export Highcharts code from jsfiddle
- Export Highcharts to PDF (using javascript and local server - no internet connection)
- I can't make Highcharts phantomJs export server work
- Highcharts export chart exportSettings with svg file
- Converting svg from Highcharts data into data points
- Highcharts - how to remove "Open in Highcharts Cloud" from the export menu
- ASP.NET WebRequest to Highcharts export server
- Highcharts phantomjs export server can't parse json string
- Highcharts server side rendering draw a mysterious semi circle donut shape
- Catching Highcharts Client Side Export response before it downloads
- HIghcharts export server hosting ph-batik
- Highcharts Export Server on AWS Lambda
- export csv from highcharts
- highcharts export server js script error codes
- HighCharts Export Server not creating image
- Get base64 image from public highchart export server
- Highcharts server side image generation, how to set up legend labelFormatter in callback argument
- How to update the highcharts.js to make the export server to my own ipaddress,instead of connect to the highcharts server?
- Highcharts datalabel formatter for export server
More Query from same tag
- Push array data into HighCharts?
- How can i pass my data in sqlite database to templates? ( to make line chart using highcharts)
- Using high charts' 'rows' property from the 'data' module
- Highchart reduce gap size in heatmap and data missing
- highcharts - precision for stacked column chart data labels
- Highcharts to call json data
- Is highcharts sparkline with multiple series possible?
- Highcharts Map with React TypeScript
- Highcharts opacity of series color in line chart not active
- how to set visibility of div in controller (SAP UI5)
- Highcharts -- how to change line width programmatically and prevent resetting line width?
- Highcharts Highstock enabledThreshold feature not working
- Ionic3 Highcharts-More import Error --JsAllow Not Set
- Highcharts: Dynamically append a point to Scatterplot permanently
- How to add additional labels to base of columns in Highcharts?
- How to add 2 more members in highchart map?
- Highcharts column how to move series name to the title position with bigger text size
- linecap property in highchart doesn't work
- Tooltip for line segments instead of points in highcharts
- How to create more gap between axis labels on a stacked bar chart?
- highchart Customclass css not applied to tooltip for dumbbell series
- Highcharts make positive numbers in ranges of green and negative ranges of red
- How to format the export button in Highcharts
- Highscharts not working after array passed array_diff
- Highstocks - Use tickmarkPlacement "between" on datetime Axis (no categories)
- Highcharts mixed column/spline, wrong xaxis labels
- How to display array in array on Highcharts? [JS]
- Highcharts, have all but first series turned off on chart load
- Highcharts set xAxis values starting 12am and ends in 11pm
- How to draw Square wave in highchart