score:1
Accepted answer
unfortunately it is known bug, reported to the developers here: https://github.com/highslide-software/highcharts.com/issues/1759
score:2
put this inside your chart: {}
events: {
load: function(){
if (this.options.chart.forexport) {
highcharts.each(this.series, function (series) {
series.yaxis.update({
labels: {
style: {
fontsize: 6
}
}
});
});
}
}
}
Source: stackoverflow.com
Related Query
- How to change axis label size when exporting in Highcharts / Highstock
- How to change line color when loading static csv data into Highcharts Highstock graph?
- Highcharts Highstock How do I change the label on top of tooltip for OHLC series data?
- Javascript Highcharts v3.0.5 - How to hide Y Axis Title when using multiple Y Axis
- Highcharts how to change x axis options
- How to change Highcharts xAxis label color individually?
- Highcharts - How do I dynamically change Marker radius when zooming?
- How do I get my highcharts to reduce in size when the window is resized down
- How to position axis label in highcharts
- Change dataLabels font size when zooming in Highcharts bubble graph
- How to include highcharts exporting module when using webpack?
- How to change names of menuItems in R highcharter when exporting
- How to decrease sensitivity of automatic axis adjustment in Highcharts when dragging points
- How to change highcharts graph axis colors on export?
- How do I plot the x axis line using Highcharts when pegged at 0?
- How do you change the height value when more items are added to highcharts dynamically?
- Avoid displaying y axis label and points when there is no data: HIghcharts
- How to change exporting filename in highcharts
- highcharts y axis label with offset is hidden when chart has no title
- Get notice when a Highcharts chart is change after change the window size
- Highcharts / highstock how to change title of chart in IE?
- Highcharts Highmaps How to change value for color axis in map bubble
- Change X axis label on Drill Down using HighCharts
- How to change color of single column in Highcharts column graph when data is in CSV form?
- How to show first and last label of x axis Highcharts
- How to set the url of moment.min.js to local js file when highcharts exporting png file
- How to set point in highcharts when x axis and y axis has data as text values?
- How to get points information when hovering over axis labels in highcharts using custom-events library?
- How to fix formatting of axis labels in Highcharts when surrounding the contents with div?
- How to change Highcharts 3D Pie Chart Label and Tooltip Style?
More Query from same tag
- highchart Series giving error inside while loop in php
- Build a dashboard with Highcharts
- Weird character in front of Highcharts tooltip series names
- React-Native HighCharts Boost Module Usage
- How to change the graph
- Highcharts: send chart object as Javascript variable?
- Highcharts, How to prevent point's marker changes its color on mouse hover?
- Highcharts prevent column overlapping
- Highcharts json data format
- Resize highchart based on container changing NOT window resize
- R Shiny Highchart, change line width on click
- Highcharts not displaying daily data for column chart
- Highcharts bar format datalabels to percent and add text
- How to build a JSON data array for Highcharts display - switching values for xAxis/columns
- last label in x axis with datetime format not coming in highchart
- HighCharts: drawing graph paper for ECG on Android
- I'm getting a confusing legend in Highcharts (angular-highcharts)
- How to move tooltip position in Highchart?
- Why are Bootstrap tabs displaying tab-pane divs with incorrect widths when using highcharts?
- If sentence Highcharts
- Highcharts bar with negative stack: how to position data labels
- Highcharts - mouse event in chart - e.Offset solution across browsers
- highchart treemap in R with more then 2 drilldowns makes a incorrectly nested map
- Highcharts - Using a function to change the tooltip
- Is there a way to use some of the highcharts-stocktools-toolbar items?
- Highcharts-spline chart's spline disappears and appears on hover
- highcharts exported image options
- Highcharts doesn't display series with lots of data points
- How To Get Multiple Areas From Dragging Selection Box in HighMaps
- Is it possible to configure the size of top level in Sunburst chart similar to the innerSize in Pie chart?