In highcharts i can configure axis min and max. Using these values i can define the range displayed no matter what the actual chart data says.
When zooming in, the min/max settings are still respected. But when i pan i can only move the chart until the extreme data points appear on the edge of the chart (and not move back if this has not happened yet).
Example: https://jsfiddle.net/0bL2r3f9/
Is it somehow possible to enable panning up to the axis' set min/max values?