score:1
Accepted answer
the problem is that your min and max values are not numbers but date strings. when casting them to timestamp numbers, it works.
var start = +new date(2013, 1, 12, 0, 0, 0, 0);
var end = +new date(2013, 1, 14, 0, 0, 0, 0);
score:1
problem is you set:
xaxis: {
type: 'datetime',
min: start,
max: end,
minrange: 3600000
},
which set min and max values which does not let chart zoom as it already define min and max values.
Source: stackoverflow.com
Related Query
- Highcharts selection event not passing xAxis
- Panning in Highcharts will not allow to go back to the max of the xAxis
- Click event not fire in highcharts tooltip
- highcharts xaxis navigator not showing
- Customise Highcharts Pie Chart Selection State so that slice does not animate out when selected
- Highcharts Selection Event
- Highcharts custom events plugin right click event not firing
- passing json values to highcharts from .net code behind
- passing formatting JavaScript code to HighCharts with JSON
- Highcharts plotLine drag xAxis event
- Highcharts xAxis labels do not auto rotate
- Highcharts oncahnge event It works on the first try but not on the second try
- Click event for bar-chart using Highcharts not working?
- Highcharts : click event not detected after a redraw
- SetData() not working on Change Event HighCharts Pie Chart
- Highcharts - Selection Event Modify Options
- How to get the angular component class reference inside an emitted Highcharts selection event callback function?
- How to "Pause" Highcharts selection event
- Changing value of variable in Highcharts selection event in angular
- Highcharts renderer.rect on xAxis label not responsive
- HighCharts zoom in selection event
- HighCharts xAxis categories over 1000 data not work.
- HighCharts - Selection Event keep the selection marked in graph
- Highcharts not showing graph elements or xAxis
- Highcharts - Click event not firing outside of plot area
- Highcharts chart event load not working for wordcloud
- Highcharts xAxis Categories not Dsiplaying Properly
- Highcharts Selection Event Disable highlighting Effect
- Highcharts series click event not firing on first click
- Highcharts - second xAxis labels are not displayed
More Query from same tag
- Highcharts Pie dynamic series color
- Adding a legend to a pie chart using highcharter, or Rcharts
- Multiple series highstock live chart
- How to manually trigger the afterSetExtremes event from a series click event in HighCharts
- highcharts different colors for selected columns
- How to add button image in normalstate,hoverstate,pressed state and disabled state in Renderer button using highcharts?
- PHP and MySQL, get JSON data to feed HighCharts
- How to use jQuery when redrawing a chart?
- Highmaps - Printing resizes the map on Chrome
- highchart with a specific json format in django
- Npm package for Highchart Dumbell Chart
- Highstock Single Navigator for multiple Charts
- highchart cannot addSeries
- Highcharts add series, data format
- Confusion with Avg() and Joining 2 tables
- Highcharts - CUSTOM DATA LABELS in line series, are disappearing on window resize
- Highcharts elements are not aligned
- Using Highcharts with Rails 6
- Highcharts Legend 'enabled' function not working
- How to hide/disable the legend box in Highcharts.js?
- centering text in highchart pie on responsive
- Customise Highstock tooltip conditionally
- python/flask/Jinja2 and Json
- Range selector input fields can't edit after hide() show()
- Highcharts click event on dataLabel which is using HTML
- Highcharts :Donut chart overlaps data labels
- Is there any way to define the indivdual dataLabels connector width in a pie chart
- Simultaneous actions on action event on one graph
- Only one function in highcharts will function
- Highcharts - how to align two charts on a same line