score:1
There is no "tickInterval" option in spline chart. You can use "pointInterval" and "pointIntervalUnit" options to set desired intervals. note that "pointIntervalUnit" can be set to day, month and year. if you wish to set your xAxis as weekly you can do that like this:
pointInterval: 7,
pointIntervalUnit: 'day'
You can find further guides in this link
Source: stackoverflow.com
Related Query
- Tickinterval of week,month,year in highcharts area spline chart
- Can highcharts crosshairs show on top of area chart fill?
- Change color of area chart programmatically in highcharts
- Highcharts - How can I remove starting and ending padding from area chart
- Highcharts Area Chart - Specifying Area Color
- Highcharts chart going blank on zoomType: 'x' area range zoom?
- Highcharts spline chart points not showing unless zoomed in
- Highcharts - Bar - Setting the X axis width and the chart area width to be constant
- Highcharts 3.0, area chart with stacked and unstacked series - how to fix?
- Highcharts area spline values have incorrect position on y-axis
- Highcharts - Remove first marker from Area chart in every series
- Highcharts - Area Chart - Stacking with series containing negative and positive values
- Angular Highcharts Custom Legend Label In Area Chart
- HighCharts Stock Chart error code 18
- Highcharts - In area chart how to use gradient color for multiple series?
- Markers/Circles in Spline chart in highcharts
- Area spline chart using Highchart
- Center tooltip for highcharts area chart
- Highcharts - gap between series in stacked area chart
- Combining Highcharts Gauge with Area Chart
- Highcharts AreaSpline - Adding padding in between the chart and plot area
- Highcharts area chart hide graphs with one data point
- Adding series markers to highcharts area chart
- Remove line dots from the area spline chart
- Highcharts Area chart gradient fill
- How to combine Scatter chart and area spline chart ?
- put labels on the right of the chart area in HighCharts
- highlight area chart lines when crossed in highcharts
- Highcharts drilldown in stacked area chart
- Highcharts display label for pie chart using html table as data source
More Query from same tag
- highcharts inside datatables editor form? (Object [object Object] has no method 'highcharts')
- Highchart multi color gradient
- highstock chart move selection on keybord arrow key press
- Is it possible to reparent the high charts legend?
- Highcharts: Disable animation for specific event
- Highcharts Timeline xAxis
- How to disable range selection buttons?
- Create Default options for multiple highcharts
- Highcharts: Can sunburst chart show percentage share to depict part-to-whole relationship like pie charts?
- Resize highchart based on container changing NOT window resize
- How do you execute javascript on demand
- get serieName and category value using highcharts
- How to send data from controller which is acceptable format to Highstock?
- Highstock - Remove bottom date tooltip from line chart
- Get the currently selected range from RangeSelector in Highstock
- Highstock/Highchart scatter points in combined graph
- Increase the size of one country on a HighCharts map?
- How can I set different distance of each points in highchart timeline?
- Create Highcharts data label formatter that filters the data to display
- Drill down solidgauge chart to 2 series bar chart
- high charts starting new line from each point
- Highcharts not defined when loading map data through requirejs
- Produce dot chart in highchart
- How to do query in Yii 2.0?
- Adding marker points for highcharts map
- How to show circular progress pie chart using the highcharts
- Highcharts / Highstock horizontal plotLine label's vertical alignment?
- How can I make a graph with highcharts from csv file?
- Hichcharts - Custom legend css not getting displayed in Print Chart download functionality
- Callouts CSS implementation for highcharts not working