score:3
Accepted answer
using min
and max
together with tickinterval
and minortickinterval
will do the work.
// start at 1890
min: date.utc(1890, 0, 1),
// end at 2010
max: date.utc(2010, 0, 1),
// tick interval of 10 years
tickinterval: date.utc(2010, 0, 1) - date.utc(2000, 0, 1),
// minor tick interval of 2
minortickinterval: date.utc(2010, 0, 1) - date.utc(2008, 0, 1)
Source: stackoverflow.com
Related Query
- Highcharts - graph - decades
- HighCharts Bubble graph JSON as data source
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- The graph is not equal on the basis of the addition code in Highcharts
- Disable-Click on Legend in HighCharts Column Graph
- missing value in highcharts line graph results in no line, just points
- Scrolling over highcharts graph
- How to hyperlink bar graph in highcharts
- Highcharts - Dyanmic graph with no initial data
- Highcharts graph X-axis label for different date ranges
- How to change graph colour above and below plotline in Highcharts
- How do I get the value of a highcharts graph point on mouseover?
- Dynamically applying plot bands to a Highcharts graph
- How to pass custom data into Highcharts graph click event
- Highcharts stacked bar graph as timeline
- How do I set highcharts line graph point colors to an array of colors?
- Creating a line graph with highcharts and data in an external csv
- highcharts zero values results in graph half way instead at the bottom
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Legend and Axis titles not showing in Highcharts Graph
- Legend and Axis titles not showing in Highcharts Graph
- Highcharts - Global configuration with common code and unique data & Headings
- Highcharts: How to provide a custom stack label in highcharts bar graph from within the stackLabel formatter?
- Highcharts - Multiple Axis Graph not displaying labels
- Highcharts not displaying series data for graph with multiple Y-axes
- HighCharts chart export (screenshot download) does not display Navigator graph
- Highcharts - update column graph with setData() not working
- How to change area graph color above certain value in Highcharts
- Highcharts pie graph with two rings filtering
- Highcharts series graph to start and end on tick and end on max
More Query from same tag
- Symfony webpack "Highcharts is not defined"
- Chartkick w/ Highcharts column_chart, specify visibility by series
- Highchart Date time interval in x-Axis
- testing React Highcharts config object with formatter callback
- charts highcharts add spacethe right side
- which is best to use Fusionchart or Highcharts?
- Displaying all groups on y-axis in highchats in R
- how to pass values to tooltip which not in x and y axis in highcharts
- Highcharts series graph to start and end on tick and end on max
- Highcharts with Icon Markers Plugin isn't rendering FontAwesome points
- Why does this Highcharts graph only show tooltip for the first and last nodes?
- Why is Highcharts x axis not respecting my categories in stacked area chart
- Combining Preprocessed data and drilldown in Highcharts
- Highcharts JSON load issue
- View Data table in highcharts
- how to COUNT explode imploding data with comma?
- HighCharts: Is it possible to remove every other value on the x-axis?
- Highcharts tooltip shadow angle
- How to change the background series colour of Highcharts Radar chart
- Highcharts Highmap world - color all countries within a continent
- How to conserve the highchart graph locally?
- Highcharts - add minor ticks on zoom?
- HighCharts Graphs don't load half the time
- highcharter custom animation
- Highchart for temperature and humidity does not share tooltip
- how can i scroll my gnatt highcharts using mouse wheel
- jQuery variable to php variable
- highcharts: get yaxis title?
- Drill from Bar to Pie - xAxis Still Present
- Add data to a legend, with different format? Or should I use a label?