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
- Update Sankey chart via Socket.IO
- How to set yAxis min/max in Highcharts synchronized chart with JSON
- Apply different colors to different words according to their weight using Highcharts API
- highcharts legend position wrong when align ='left' or 'right'?
- HighCharts is not defined
- how to call high chart in asp.net
- Legend for x-axis categories in highcharts
- Create highcharts vue component
- Text Ellipsis in bubble chart
- Highchart.js secondary axis not showing on the opposite side
- How do i limit the range of the x or y value in High charts?
- Select which chart data category to show versus omit
- Highcharts align data label based on positive / negative value
- Highstock area chart renders a gap, but there is data
- How to align title html div with chart horizontally in highchart?
- Adding a SVG image to symbol in highcharts
- How to use HighStock's tickPositioner to set tick at end of month?
- Highcharts multiple charts, each with live data
- HighCharts not plotting decimal values in x-axis
- highcharts legend items align to the left when width is set
- highcharts now showing with activemq's amq
- HighCharts & MVC: How to load whole graph definition and data with JSON?
- refresh data using scriptblock vb.net
- Highcharts Packed Bubble Not Scaling Properly
- Flags Stack Distance Not Working
- How can I sort the stacked bar charts in Highcharts by the sum of positive response?
- Manually adding text over pie chart
- Highcharts: min value of y axis on the bottom of chart
- Use variable radius from HighCharts
- Highcharts no longer animates and readjusts/rescales chart upon addition and removal of series in legend after upgrading to jQuery 1.10