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 to load 60,000 data points without datagrouping in highstock chart?
- Export Highcharts code from jsfiddle
- Does it support 3D pie chart?
- Highcharts percentage without stacking?
- Add settings to javascript plug-gin
- Highcharts 3 suppor for Android 2.x
- Creating array from javascript object
- Adding target to Column chart in Highchart
- JSON Serialization in JSON.Net giving me Object when I need an Array
- Passing Django Database Queryset to Highcharts via JSON
- How to convert Number 23.0 to Number 23.00?
- Highcharts: cannot amend the histogram tooltip
- How to find max: value of colorAxis for highMaps drilldown maps
- Group data by weekdays in Highchart
- How to hide a specific x-axis label programmatically?
- Test alignment 'Center' to the highchart legend content
- Dynamic chart using Highcharts with data from MySQL database
- Surround Highcharts points
- Highcharts scatter plot: alert coordinates on click event
- Highchart uncaught error - Uncaught TypeError: $(...).highcharts is not a function
- set left and right margin in highchart
- Highcharts - position column chart from the top
- How to remove vertical plotlines on highcharts
- Callback and Testing Highcharts
- HighCharts moves screen position on load
- Can I get input field object from range selector using java? Highchart
- Highstock - Pulling data from JSON file
- Highcharts Legend Custom HTML
- Make Highchart R the full width and height of the box in Shiny
- Highcharts Legend issue: I Wanted to make Legend 100% width and text center align it works fine in crome but it is not aligned center in firefox