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
- Cannot find type definition file for 'highcharts'
- Place Data in Highchart using json and post url
- Rails 4.1 Error Loading Chart: No adapter found highcharts
- Highcharts, make the yAxis start at zero
- sort chart bar by color with the correct value from the text file using HIGHCHART,PHP
- HighChart irrgular Mapping
- HighCharts Stacked Column Adding Onclick Event to the chart
- Moving javascript data series to html data attribute breaks Highchart
- how to import highcharts offline-exporting in typescript
- How to Make a Dashed Bar Chart Border in Highcharts
- Highcharts: Export multiple charts using jspdf
- Understanding javascript event handling and ajax requests
- Error while creating the chart using highchart
- highcharter - where are the already downloaded maps for hcmap() stored on a (shiny) server?
- Highcharts - export to base64
- Highcharts series name with '<' not rendered in tooltip
- How to customize view data table functionality in Highcharts
- Loading large amount of data incrementally using ajax
- Highstock - change tickpositioner dynamically
- highcharts pie window resize issue
- Highstock - "destroy is not a function" error
- How to display different tooltip formats in series of data in High Chart
- Displaying ajax data in a graphical representation using high charts
- "Uncaught ReferenceError: chart is not defined"
- How can I set the legend symbol color for a series when using colorByPoint?
- how to set the y-axis properly in solid gauge (highcharts)?
- Highcharts stacked and grouped columns: Share label across all stacks
- Highcharts: change legend symbol runtime
- running highcharts with flaskr and jinja2
- How to access outer scope variables within a click function in HighCharts