score:9
There are many options to style buttons, you just have to take a look the reference.
Using exporting
, you can directly style the button, like:
exporting: {
buttons: {
exportButton: {
align: 'left',
x: 40
}
}
}
Using navigation
you can style all buttons:
navigation: {
buttonOptions: {
align: 'center'
}
}
Reference:
score:0
You can use x/y or align parameter: ExportButton Align
score:2
This works for me:
exporting: {
buttons: {
contextButton: {
align: 'center',
x: 50
}
}
},
score:6
Ricardo's answer is almost correct. I believe the syntax has changed since he answered.
exporting button documentation
exporting: {
buttons: {
contextButton: {
align: 'left',
x: 0,
y: 380,
verticalAlign: 'top'
}
}
},
Source: stackoverflow.com
Related Query
- Change placement of "exporting" option
- highcharts change exporting option dynamically
- How to change axis label size when exporting in Highcharts / Highstock
- highcharts change rendered image source on click
- Change color code on colum, depending on data value (highchartJS)
- How to disable certain option in the exporting option of Highcharts?
- How to change names of menuItems in R highcharter when exporting
- Strange character in the Highstock source code
- Dynamically change hover enabled option
- How to change exporting filename in highcharts
- Exporting 2 button option issue in highchart
- Highcharts change dataLabel option 'inside' by function
- css clip-path source url gets change while using in solution
- Calling Highcharts export to jpeg but the source is https and exporting is http (security warnings issued by browser)
- How to change code in "Pie Chart" in HighCharts
- Highcharts chart option backgroundColor:'transparent' showing black on IE 8
- How do you change the colour of each category within a highcharts column chart?
- How can I change the colors of my highcharts piechart?
- Programmatically change a chart title in highcharts
- Change HighCharts axis title
- Highstocks - How to change the default Zoom
- Highcharts - Change legend index order
- Highchart - change color of one x-axis label only
- Highcharts : Change opacity of a column chart
- How to change the font family of Highchart to Bootstrap css default font family
- How to change the text color in Highcharts
- How do I dynamically change a data point in Highcharts using JavaScript
- Highcharts Change Bar Color Based on Value
- Change Highcharts tooltip formatter from chart Object , after chart is rendered
- Highcharts - Exporting Module
More Query from same tag
- Is there any replacement of "zones" in highcharts?
- displaying dates on x axis with Highcharts.js
- Npm package for Highchart Dumbell Chart
- Highcharts export menu does not show up fully
- Highcharts : How to fix labels to the top when xAxis rotation is 90°?
- Synchronise 3 Highcharts Trend Views
- Highcharts creating too many values in float
- How can i call java script function by clicking x Axis label on Highchart
- Highcharts: column overlaps when hiding by legend
- Spacing between the y-axis values in highchart
- How to position rangeSelector buttons to the right Highstock/Highcharts
- Highcharts treemap with drillnodes and color axis : do not display sub level colors in the main level
- Add color gradient color on bar HIghchart
- How to set background image on 3d highcharts?
- HighCharts Line xas datetime
- How do I put Icons in the y Axis for a Dynamic Highcharts chart?
- How can I change the text of the back button on this dropdown pie chart?
- highcharts, gauge chart, update on slider
- How to format the series data date value to compare with database field?
- Highcharts - Changing chart type
- Unable to rename Category column for Highcharts Pie chart
- Highstock cant click on scatter point with line series
- Highcharts, how to use gradient without setting a color?
- Highcharts footer spacing
- Highcharts categories adjust yAxis.labels.y to bottom of lane
- Highchart Callback Refactoring not working, and how to display multiple series using multiple Ajax data
- Move images rendered on highcharts on resize
- I want to add a line to each column in a Highcharts column chart
- How to add new chart(any charts, highcharts or d3 charts) in Serenity admin dashboard
- Create a Heatmap with Grouped Categories using Highcharts