score:42
Accepted answer
You can pass resetZoomButton
as display: none
and call zoomOut
.
chart: {
resetZoomButton: {
theme: {
display: 'none'
}
}
}
$('#resetZoom').click(function() {
chart.zoomOut();
});
<input type="button" value="reset zoom" id="resetZoom"/>
score:0
Just get the chart and call zoomout:
chart = $("#your-chart").highcharts();
chart.zoomOut();
Source: stackoverflow.com
Related Query
- highcharts hide zoom reset button, call zoom reset programmatically
- Highcharts - Hide the Reset zoom button always
- Highcharts chart click event fired on click of the reset zoom button (bug?)
- highcharts how to catch and insert logic in click reset zoom button event
- highcharts reset zoom button
- Highcharts - show markers on zoom event (selection) and hide on reset zoom. Is it possible?
- Styling HighCharts reset Zoom button with Material UI button
- highcharts how to override reset zoom button event
- Programmatically draw rect and line in Highcharts with zoom
- zoom a Highcharts chart programmatically
- HighCharts - Set Max and Min values in zoom reset
- Highcharts zoom on 2 charts - Reset zoom issue
- Highcharts - Reset zoom in synchronised charts
- resetting chart title on zoom button click in highcharts
- How to call highcharts button from outside
- How can highcharts linear scale or log scale button enabel and zoom in or out full page
- How to zoom chart line same as legend hover and reset automatically on button click in highcharts?
- Highcharts reset zoom doesn't center data points
- How to set reset zoom button and title to exactly center of the high charts
- Hide 'Range Input' button in mobile full screen of highcharts
- HighCharts Hide Series Name from the Legend
- How to remove button from Highcharts
- Hide axis and gridlines Highcharts
- Programmatically change a chart title in highcharts
- Hide line in default state in Highcharts
- How can I hide series from a HighCharts legend?
- How to hide labels in the highcharts in the pie
- How can I hide a series from initially being displayed in Highcharts
- Highcharts - How to programmatically toggle legend items and determine which items are selected
- How can i hide all the Series in highcharts at a time
More Query from same tag
- Highcharts - disable hover for slices on pie chart
- HighCharts - Make the pie chart 100% of the div
- Highstock - Single line series-Dynamically create marker based on a trigger
- Highstock charts with Google Spreadsheet JSON
- Change background color on HighCharts
- Remove arrow that hide/show stock tools GUI
- Rendering more than one chart with Highcharts using Angular js Directives
- Highcharts: tickInterval on coloraxis
- highcharts will not render to my div
- Highchart with straight lines and empty circle bullet
- Highcharts columns(min,max) colors
- Highcharts show legend just once
- highcharts - need to auto scroll on x-axis on every 5 seconds with hide scroll bar
- dynamic chart with Highcharts using json
- How to change highcharts opacity on hover?
- Highcharts: How can I find out which which legend items are disabled?
- How to position dataLabels at the midpoint of an arearange chart in highcharts?
- Using an editable table with HighChart and having the chart refresh with change
- Highchart live server example uses a lot cpu
- sorting categories in a highcharter stacked column chart
- HighCharts: How to aligned horizontal yAxis title
- Dynamic jSON into Highcharts Pie Chart
- Customise Sankey Highcharts marker and link width
- Ember Highcharts Component throwing odd error
- How replicate the value of Y Axis on both sides of the axis in Highcharts
- HighCharts, Json Format
- Sorting data from database, to use in chart. PHP
- Correct syntax for highchart API yAxis label style in coffeescript?
- How to reference yData from another series in each category of a highcharts column chart
- Pie Highchart remove path to description