score:1
Accepted answer
if you want to create graph with gaps, then you should use null
as value, for example:
series: [{
data: [123, 123, null, null, 123, 321]
}]
then set connectnulls
to false.
Source: stackoverflow.com
Related Query
- How to stop plotting the graph if data is blank and continue if data is there on the y-axis in base line highcharts
- how to continue the graph line when missing series of data in middle of highcharts
- Using Highcharts and displaying a message over or on the chart when there is no data
- How to achieve the best possible performance with mutable data and real-time charts in React?
- Ember.js and Highcharts: how to render a graph only after slow-loading model data has been loaded?
- Highcharts - how to create multiple y axis and group the data series
- HighCharts & MVC: How to load whole graph definition and data with JSON?
- How to render the missing data series and fix the dates on the x-axis in Highcharts?
- How can you have more than 10 colors represented in the graph and legend in highcharts?
- How do I calculate the total Data values for both and display in Legend
- How to set the padding and placement if we have more than 16 data in the series
- Is there a limit to how many data plots you can have on a highcharts graph
- How do you convert time series data with pandas and show graph via highstock
- how do I process dynamically generated graph with PHP and send the result as an email?
- Is there a method to find the plot graph data in a web page?
- The continuous update highcharts with more data plotting the continuity is not visible so we need that continuity in the centre of the graph
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- HIGHCHARTS How to to make separate colors for shaded region and the line in Area Graph
- How can I stop HighCharts drawing an extra 'tick' outside the graph area?
- Highcharts: how to group data points and display the total accordingly?
- How to change the point color to red that is lowest point plotted in the graph and 2nd issue is animation effect is not supporting in the ie10,ie8
- how to enable only 1 out of 2 column column graph by default when page loads in highcharts and the 2nd one gets visible when toggled in the legend
- Highchart, How to resize auto if there is a lot of data, then scale accordingly to make all the data visible
- How to get the data labels below the xAxis in a column graph
- How to pass the database data and display it in yii2 highCharts?
- how can I use rangeselector and navigation in highcharts in the given code
- How to focus highchart navigator and graph to a part of the resultset
- How do I stop Highcharts creating a new gridline at the extremities of the chart unless a data point exceeds the min/max gridline?
- How to rotate javascript highchart line graph -90 degree without affecting the data values
- Switch between the view data table and the highcharts graph
More Query from same tag
- Retain Parent DataLabel in Treemap Highcharts
- Pass JSON-encoded PHP Variable to HighCharts
- remove series by name or id in highcharts
- Highcharts formatting data labels
- Highstocks add n number of series to chart in rails
- highcharts export server js script error codes
- How to color pictured bars in Highstock chart
- Spline Graph with diagonally fixed values with 0,0 and ploting remaing same
- highcharts, stacked column, switchrowsandcolumns
- How to Multiply two arrays and dynamically plot into HighCharts?
- Highcharts Isomorphic rendering / web-workers
- Highcharts: Is it possible to have a single series exist in multiple stacks in a grouping
- Highcharts getSVG plotOptions series.lineWidth not working
- Not able to update data for highcharts
- add formatter for X-axis in Highchart
- highcharts map Zoom by a single click
- highcharts-react-official rendering issue with React state
- Highcharts DataGrouping with Null values
- using angular directive to draw highchart pie chart but when i am using it in success function it is not working
- HighCharts getting data from database to outside js file
- Adjust pane position in solid gauge
- Highcharts update large array
- HighCharts: pie slices need background images
- Highcharts legend hiding wrong data
- highcharts line for one point serie
- HighCharts Bubble dataLabels color
- HighCharts - data from different intervals in one xAxis (hide second xAxis)
- Additional data in pointFormat of tooltip in highcarts
- Highcharts - Alignment issue on 3rd Y axis
- Highcharts saying undefined is not a function when trying to add a new chart