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
- How to put date into drilldown chart title based on drilled point x value (datetime)..?
- Force Highcharts to use my min and max
- Element not found SteamDB - Selenium
- Manually reordering Bar Chart in R Highchart
- Implement Gantt Highcharts in react
- scatter plot filter legend on zoom
- How to set GeoJSON object property as class name other than name in HighMaps
- Formatting JSON from a Pandas data frame for Highcharts within a Django template
- High Charts stack column from json object
- Highcharts async drilldown (3 level) - drillup not working
- How to increase spacing between sideway bar charts in highcharts?
- How to change zone line color in highcharts
- Highcharts zIndex of dataLabel vs renderer.rect vs tooltip
- Error while clicking links on highchart columns
- Highcharts custom visuals with Data binding PowerBI
- How to listenTo afterSetExtremes event in Highcharts from Backbone
- Show specific data in the highchart's title
- Inner size of pie chart (HighChart) getting change with the values provided in the series
- Highchart tooltip customization
- Highcharts add series, data format
- Highcharts - Trying to get a dyamic spline to update from left to right
- Highscore with jQuery.ajax: How to Initialize / Scope Issue
- Categories changed incorrect after redraw
- Angular Module Is not a function - Highcharts-ng appearing on .aspx web form
- Click event in highcharter treemap (R shiny)
- Highcharts columnrange chart with multipleseries
- Highcharts tooltip auto-resize on content change
- High Charts: Change each individual plot/marker size, is it possible?
- Highcharts showing image in tooltip and get column index
- Dynamic Highstock chart when no data at start