score:23
Accepted answer
See the API. This is covered here under exportChart
.
Essentially do this:
var chart = $('#container').highcharts();
chart.exportChart({
type: 'application/pdf',
filename: 'my-pdf'
});
score:1
Check out the exporting properties for Highcharts. You will want to set type
to application/pdf
.
Source: stackoverflow.com
Related Query
- How to export a Highchart chart to PDF thanks to a button outside the chart?
- How do I export the current styling of a HighChart series chart to PNG, JPG or PDF?
- Remove Export and print button plugin on highchart chart
- how to reset Highchart chart width in percentage on Button click
- How can I extend the lines of this Highchart series to the edges of my chart area?
- How to format the export button in Highcharts
- Change the Size of the Export Button In Fusion Chart in PHP
- How do I export the content of a page as either jpg or pdf with Highcharts and scrollable data?
- Show tooltips of piechart when hover outside of the chart on a button
- Export to CSV button outside chart using Highcharts
- How to export rendered Highchart chart as a pdf/png/jpeg in a Phonegap application?
- Highcharts Export Chart To PDF on The Fly Using TCPDF
- Highchart - How do I create the attached image gauge within a semicircle pie chart
- How to hide the export button in highcharts-ng
- How to add the "isSum" bar in Highchart Waterfall chart in R?
- How do I make the x-axis category label in a polar chart of HighChart non-wordwrap?
- Highcharts - How to get the particular chart id on click of custom label in export options
- Multiple chart export in HighChart is not same as the one displayed on the screen
- How to set the x-axis to start at the bottom of the chart in highchart
- Highcharts, How to show datatable when export PDF and not show pdf when normal with Drilldown Chart
- How to select or highlight the x axis border on click of Y axis label in gantt chart highchart
- React Highcharts: How to display tooltip value to specific div outside of the chart
- Export Table and Chart In PDF In HIGHCHART with ANGULAR
- How to extend plot line value outside the grey area or outside the chart in highchart?
- Highchart export server prevent 0 value in the pdf
- how to display the highchart data with data serialize from a form using button onclick?
- I'm trying to have a hide series button on my highchart but it makes the chart disappear
- How to open new chart to the adjacent <div> on bar click in highchart
- How to format PHP into the proper string for JSON in pie chart using highchart
- How do I hide the code for the chart data in highcharts?
More Query from same tag
- How to make interactive highchart tooltips
- How to remove and add Plotlines in HighCharts
- Drawing a small vertical line on top of chart using High charts by specifying end coordinates
- Can I Create a Single HighCharts Graph from Multiple Data Sources (Multiple GoogleSheets in this case)
- How to display legend in Highcharts Waterfall Chart and make the sum column of waterfall appear in multiple colors?
- Highstocks update date in rangeSelector
- Use MySQL data as the chart data for the cakephp highchart plugin
- Highcharts: Can I export to the user an Excel or CSV of the raw data driving the chart?
- Highcharts redraw and sort data on draggable line graph
- Highchart - always show crosshair
- Highcharts update series type dataloss
- Rendering HighCharts in AngularJS from Json Object
- Setting tick interval dynamically in highstock chart
- How to add new points to highcharts after plotting the first 'n' points?
- Issue Converting Highcharts to 24 hours format
- highcharts gauge use with negative values
- Print Array in HighChart
- Highcharts Legend: Overlapping Chart on Small Screens
- POST parameters for the Highcharts export server causes 407 Proxy Authentication Error
- Load JSON to Highchart Series
- highcharts columns too wide with certain data
- Displaying Points And Drilldown Data in Highmaps
- How to format a pandas dataframe for use with pandas-highcharts within Django
- Highcharts .update modifying original data array
- Highstock chart - JSON input not working
- Is a 1D flag chart possible?
- Exporting more than one HighCharts to excel
- How to hide stackLabel in highcharts when it is bigger than the column
- Highcharts activity gauge in Shiny
- Dynamically adding series, how to get rid of default y-axis?