score:2
Accepted answer
Highcharts wants time values as timestamps in milliseconds instead of Date
objects:
What format does the highcharts js library accept for dates?
Highcharts X-Axis time from JS date
Change how you generate your x
values, and the zooming magically starts working again:
var x = (new Date()).getTime() + i * frequency,
...
var x = dataSet[dataSet.length - 1].x + frequency,
Source: stackoverflow.com
Related Query
- Highcharts - selection error with live data and different time intervals
- Highcharts - Global configuration with common code and unique data & Headings
- Highcharts Time Data With Irregular Intervals In Wrong Order
- How to have multiple highcharts with different series data in vuejs without repeating code
- how to make chart real time with 2 line and get data from php with highcharts
- Server side chart .svg export with Highcharts and PhantomJS, error loading data from .csv file
- Highcharts data series issue with ajax/json and PHP
- Highcharts with JSON data and multiple series
- Appending Data with Highcharts (real time updating chart)
- How to structure Angular with Highcharts and lots of dynamic data
- Creating a line graph with highcharts and data in an external csv
- time data with irregular intervals in HighChart
- Highcharts v3.0.1 problems with rotating data labels in IE8 and jQuery v1.7.1
- how to assign date time to highchart with intervals and date start
- Difference between highcharts and highstock during real time trace and xAxis with max value
- Data with timestamp group to month(like Jan, Feb, March) and showing as total count for month in Highcharts
- Highcharts with ajax and json data what am i doing wrong?
- Highcharts Populating Realtime Data with Time
- Highcharts show the same yAxis start and end value with multiple data series
- HighCharts & MVC: How to load whole graph definition and data with JSON?
- Highchart Time Data With Irregular Interval and Text
- Highcharts error when add and shift data to hidden series
- highcharts Gauge live data with ajax
- HighCharts - data from different intervals in one xAxis (hide second xAxis)
- Highcharts redundant time data with multiple axes
- Highcharts - bubble chart with titles at x- and y-Axis - Error #14
- Add different symbols to highcharts chart with dynamic data
- Highcharts Columnrange data labels high and low different colors
- Highcharts series showing different data for 'column' and 'line' chart
- how to show column and area charts with different y axis with same category and same x axis in highcharts
More Query from same tag
- Highchart time interval in x-Axis
- Highcharts Datalabel formatting in spline
- How to display 2 solid gauge using ng-repeat function?
- Highcharts API - loading and no data
- D3Js donut chart, avoid label text overlay's
- Highcharts Solid Gauge With PHP Data
- Draw rectangle in the selection, Highcharts
- Highcharts crashes when I assign the options
- SVG javascript chart scraping
- Highchart inner donut name as header for outer donut tooltip
- Highchart Legend Alignment
- Highcharts don't show data after remove
- Build a dashboard with Highcharts
- Highstock show avegrage values of selected Area
- Highcharts DateTime not parsing correctly
- render a dynamic number of highcharts charts is not working
- Can I hide legend name in StackedChart using HighChart?
- Highcharts Highmap world - color all countries within a continent
- Highstock return to panning after using zoom
- Highcharts - Redundant Y Axis Point Markers (Any insight welcome!)
- Using highcharts & highstock together on same page
- Highstock: On Series Flags that are inverted
- Highcharts php data
- Unable to update the linkLength of networkgraph highchart js
- Custom Series Icons
- How to catch the click event from the axis ticks jqplot, highcharts,flot
- How can i show the count value as well as % on my highchart pie chart?
- Highcharts: Show tooltip on legend hover
- Make Highcharts' setExtremes off tick with two yAxis
- How to break highchart bars for extreme values