score:2
Accepted answer
For this type of behaviour Highstocks JS should be used instead of Highcharts JS.
data: [
[Date.UTC(2013, 0, 1), 1],
[Date.UTC(2013, 1, 1), 2 ],
[Date.UTC(2013, 3, 1), 4],
[Date.UTC(2013, 4, 1), 5 ],
[Date.UTC(2013, 5, 1), 6 ],
[Date.UTC(2013, 6, 1), 7],
[Date.UTC(2013, 7, 1), 8],
[Date.UTC(2013, 8, 1),9],
[Date.UTC(2013, 9, 1), 10],
[Date.UTC(2013, 10, 1), 11],
[Date.UTC(2013, 11, 1), 12]
]
Live Demo: http://jsfiddle.net/q2kSf/
score:12
I may be missing something, but by your example and explanation, you seem to be looking for the connectNulls property:
http://api.highcharts.com/highcharts#plotOptions.series.connectNulls
Source: stackoverflow.com
Related Query
- Automatically join missing data gaps in Highcharts JS
- Highcharts displays series names but missing data points from json source
- How to make highcharts default to 0 for missing data
- Highcharts - Global configuration with common code and unique data & Headings
- Set zero for missing data in highcharts
- HighCharts missing data points on line chart
- how to continue the graph line when missing series of data in middle of highcharts
- Highcharts - adding a question mark where data is missing in a bar chart
- Highcharts display label for pie chart using html table as data source
- How to remove data gaps in HighCharts xAxis on a scatter chart
- Include additional highcharts source data in angular2 app
- Highcharts Synchronized charts with missing data points
- Highcharts series visibility with csv data source
- HTML table as data source for highstock charts using highcharts
- How to have multiple highcharts with different series data in vuejs without repeating code
- Highcharts multiple series with missing Data Points
- Using a flask variable as data source for highcharts
- Highcharts chart update function causes missing data point
- Error: Data source must be a URL for refresh | console error | javascript | Highcharts
- Highcharts cloud issue with data source when duplicating chart
- HighCharts Bubble graph JSON as data source
- Highcharts - Missing Data after setExtremes
- Use HTML class as Highcharts table data source
- Use Node.js as data source for highcharts
- how do i link my sqlite(PDO) databse data to highcharts code
- Highcharts - y-axis data label missing in Firefox
- HighCharts - When I download csv, can I switch data source to new one?
- Set Additional Data to highcharts series
- Proper way to remove all series data from a highcharts chart?
- Reload chart data via JSON with Highcharts
More Query from same tag
- How can I do responsive pie chart
- How to auto-format dates in custom tooltip formatter?
- Highcharts: wrong labels align for inverted charts
- HighCharts Angular - data from API not showing in chart
- How to display consistent datetime label formats in xAxis using highchart?
- change axis crosses in Highchart
- How to add multiple series dynamically and update its data dynamically
- How to align highchart legend when using multiple pie chart in one container?
- Clickable link in tooltip of Highcharts
- how to update bar graph and also its legend without re-drawing it in highcharts
- How to draw an outer border for a donut chart - Highcharts
- Highcharts: plot a number that was too small to detect?
- When using Highcharts, how do you get the point name from a data point series?
- How to get data for series and categories in highcharts-convert.js from mysql
- how to change the point format for drill down in pie charts?
- How to implement the interconnection between nodes in network graph using javascript?
- How to position tooltip when moving along y-axis?
- Highstock/Chart created from html table fails if null value in first table row
- Highcharts dim unselected bars color on hover
- Show Indicator at last point on Highchart spline chart
- Data From Ajax Response Can't Be Loaded In HighChart
- Highcharts: Set y Axis Max and Min dynamically, and not at creation
- Multipane axis not aligning on highcharts
- Time not showing correctly in HighChart
- Formatting the Highcharts multiple-axes graph's zooming effect
- How to place ranking like top 10 and put x axis labels on right of horizontal bar chart?
- In a Highchart, how to display the legend text in next row if the text is too long?
- Highstock columnrange data grouping values not consistent
- High Chart - columnrange Type depending on months
- Show only three levels of highchart Sunburst always on each click in Angular8