score:2
Accepted answer
To set extremes I advice using min and max for axis. That's why this exists, see: http://jsfiddle.net/J8jKQ/3/
Second issue is that your dates are Date objects, while should be timestamps:
myStartDate.getTime();
myEndDate.getTime();
And example: http://jsfiddle.net/J8jKQ/4/
Source: stackoverflow.com
Related Query
- Highcharts plotBands do not work with setExtremes function
- Highcharts code with same set of code/data works in PHP but does not work in JSfiddle
- Highcharts does not work with wicked_pdf
- plotBands Hide and Show parameters do not work in Highcharts
- Generating Highcharts from MySQL data with PHP does not work
- Highcharts plotbands text should not overlap with columns
- Highcharts (highstocks) tooltip does not work on latest firefox 64.0 with useHTML=true
- Highcharts heat map does not work with a wide range of data values (min: 0, max: 5,000,000)
- Highcharts with angularjs drilled down does not work
- Highcharts function not covered with unit tests with Karma + Jasmine
- tooltip formatter Highcharts not work with Firefox ? - Bug?
- Highcharts (highstock.js) exporting function does not work on Embedded Visualforce pages
- Highcharts 9.1.1 export from fullscreen with print option- throw error on browser console Uncaught TypeError: a.hasAttribute is not a function
- Annotations work with HighStock but not with Highcharts
- Highcharts Range Selector does not work with multiple series
- Highcharts - Pinch zoom does not work on chart with multiple y axes
- Getting callback is not a function in JS with Highcharts
- Highcharts with Public Google Spreadsheet does not work
- Highcharts :Uncaught TypeError: $(...).highcharts is not a function
- Highcharts area fillOpacity do not work when changing the color
- Highcharts saying undefined is not a function when trying to add a new chart
- How to export the whole page or html content with Highcharts not just the chart?
- How to get rangeSelector to work with HighCharts
- Uncaught TypeError: e.doDrilldown is not a function - Highcharts
- Uncaught TypeError: undefined is not a function - Highcharts - MVC
- Make datepicker work with highcharts
- HighCharts TypeError: ha is not a function
- Can I with highcharts column stacking on hover not highlighting the whole serie
- Highcharts reflow does not work on class selector
- Using highcharts with rails not displaying plotLines
More Query from same tag
- highcharter xaxis crosshair tooltip labeling all series datapoints
- highcharts is not working in django
- How do I toggle off some specified series by default in HighChart?
- Changing series color in highcharts dynamically
- How to draw a pie with logarithmic scale in HighCharts?
- How to draw a bar chart that one series has both positive and negative values in Highcharts?
- Highcharts with angularjs drilled down does not work
- Highcharts: backgroundColour "layers"?
- Highcharts GANTT chart - need to allow category with no data
- Mixed Chart Types using Chartkick/Highcharts on Rails
- How to show time duration on y-axis in high chart
- How to deal in Highcharts with special characters from CSV file?
- Highcharts with JSON data and multiple series
- Highcharts column how to move series name to the title position with bigger text size
- javascript - highchart xaxis datetime and yaxis data
- Disable average values on highchart line graph
- Add item to Highcharts legend?
- how to sync updates on several highchart graphs
- To rotate X (or) Y axis of rect ?
- HighCharts Tooltips are coming but Graph is not coming
- Highcharts graph not displaying on safari and internet explorer for PC and iPhone
- Displaying a point on another series in Highcharts (without flags)
- How to export gauge chart with custom marker using highchart?
- Create nested array of objects from array of objects Javascript
- How to use Highmaps and Highcharts with Meteor?
- Highchart issue when added into bootstrap carousel
- HighCharts Animation By Column
- jquery highcharts multiline mvc asp.net
- Highcharts: Add point without connecting series
- angular-highcharts conflicts with legacy application's highcharts lib