score:1
Accepted answer
I found the answer. This was really my fault for not experimenting and fully understanding the documentation. By default, zooming is not enabled, so leaving all zoom options blank will disable zooming. Then just set panning to enabled, and don't specify a panKey.
chart: {
panning: {
enabled: true,
type: 'x'
}
}
Source: stackoverflow.com
Related Articles
- Highcharts enable pan without holding panKey
- how to display 2 same highcharts without duplicate the code
- How to have multiple highcharts with different series data in vuejs without repeating code
- Is it possible to use boost-canvas without enable WebGL in highcharts (current version 9.0.1)?
- Highcharts how to enable scrollbar without setting min or max
- Highcharts donut chart without inner pie?
- Hiding a Highcharts series without using the legend
- Highcharts - Force Categories in x-axis to be shown, even without data
- How to enable Highcharts scrollbar?
- Enable or disable data labels shown in pie charts in Highcharts on click of a button
- Highcharts in AngularJs without jQuery?
- How to enable or disable a Highcharts tooltip when a button is clicked?
- Setting Highcharts maximum Y value to an exact amount without rounding
- Highcharts - add additional export options without losing default ones
- How do I remove the color swatch from my HighCharts legend without affecting the column?
- Highcharts / Highstock step line without vertical "transition" lines?
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Angular Highcharts - How to enable noData options and update it dynamically
- Highcharts - Global configuration with common code and unique data & Headings
- How to enable noData with highcharts and angular
- HighCharts datetime xAxis without missing values (weekends)
- HighCharts tooltip appearing behind the dialog holding the chart
- Highcharts hide series without change legend color
- Highcharts -- Hide zero values without using 'null'
- Highcharts - Stockchart Zoom position without Navigator
- Highcharts multiple x-Axis without multiple series?
- HighCharts Stock Chart error code 18
- Highcharts Export without internet
- Get highcharts data without parseJSON
- highcharts change rendered image source on click
- Setting min and max for chart in Highcharts library error
- Charts in HTML using Datatables
- HighChart.js data source recommendations
- Create a vertical navigator to zoom in Highchart
- Binding empty array to chart
- HighCharts: get Y and X value
- React plot options onclick event
- Rich HTML Annotations in HighCharts
- How to remove additional number appear in x-axis Highchart
- Is there any panning facility working with zoom for highcharts
- drawing start and end time as intervall in one thick line
- Percentage for left style of a custom label in highcharts
- HighCharts how to use different plotOptions per yAxis in a multiple axis chart
- centering text in highchart pie on responsive
- highcharts unresponsibe graphics on Amazon Linux server
- Angular highchart and ng-grid headers not respecting frame widths
- HighCharts: How to put the xAxis category text inside the chart
- Highstock compare How to compare current data point with the previous data point
- High Charts - HTML in label
- How to add additional labels to base of columns in Highcharts?