score:1
Accepted answer
Highcharts draws a line only between two subsequent no-null points. Single points can be visualized as markers (which you disabled in your code).
Here's a live demo that shows this issue: http://jsfiddle.net/BlackLabel/khp0e8qr/
series: [{
data: [1, 2, null, 4, null, 1, 7],
marker: {
//enabled: false // uncomment to hide markers
}
}]
API reference: https://api.highcharts.com/highcharts/series.line.marker
score:1
It seems to work fine in the latest version of Highcharts. The data points are visible.
Please have a look
Visible points: https://codepen.io/samuellawrentz/pen/XqLZop?editors=0010
Source: stackoverflow.com
Related Query
- High Charts Line Chart with missing data
- High charts Issue with stock bar chart multiple line series
- High Charts for an area-spline chart with area fill on only one data set in series
- knockoutJS dynamic chart with high charts
- Add dynamic data to line chart from mysql database with highcharts
- High charts queue chart updates after ajax with multiple charts in firefox
- HighCharts missing data points on line chart
- How to remove sliced line from pie high chart if there there is only one object in data
- Drawing a small vertical line on top of chart using High charts by specifying end coordinates
- Responsive Line Chart using High Charts & Bootstrap 3
- High charts (Time Series Zoomable) not working with my data
- Highcharts: rapid, real-time data updates in high volume line charts using boost
- not able to show x axis data with datetimelabel format with {hh:mm} in high charts
- Highchart Line chart – data series with multiple axis - 2nd series placed in the middle of X axis
- Highcharts Synchronized charts with missing data points
- How to plot line chart with series data in highcharts?
- High Charts - area chart with gradient & threshold
- High Charts Multiple Line Chart not displaying tooltip for multiple lines
- Data Conversion from SQL, C# with Linq to JSON for Highcharts Line chart
- High Chart line single data set but multiple color, not gradient color
- How to end crosshair line where x meets y on line chart in high charts
- Issues plotting two lines with JSON data on high chart using Angular JS - name undefined
- Highcharts to display area range and line chart with data from a CSV file
- Highcharts cloud issue with data source when duplicating chart
- how to make chart real time with 2 line and get data from php with highcharts
- High Charts Polar / Spider chart with off-graph y-axis labels
- Highcharts real-time line chart with multiple data streams
- High Charts Can't hide Pie Chart data labels
- high chart with large variates data and dynamically create y axis
- How to combine Bar chart and data as table in High Charts
More Query from same tag
- How to resize bar chart based on no of x axis categories in HighCharts
- Highcharts JSON decimal data format issue
- HighChart Sparkline Chart with dynamic data for the table
- Chart Title on Chart Click Event
- Highcharts single row stacked horizontal bar: labels overlap --- bar segments too small to read "dataLabels" --- (change "distance" of "dataLabels"?)
- highchart : Add the series name on the column chart
- HighCharts synchronisation tooltip effect other chart
- Highcharts - Customizing legend for treemap
- highcharts - Draw horizontal line outside the chart area
- Extend Highcharts Export
- highcharts / node-export-server: Blank charts with large data sets
- How to set column width for columnRange chart with multiple series
- Why code of Horizonal line(y-axis) on a single in Highcharts get applied to all other charts integrated with Webdatarocks
- how to make multiple highchart graph in R?
- Export Multiple Highcharts to Multi-page PDF
- Line chart does not connect dots if they have gaps in values between in serie object
- How to save the data as a string from a csv file in javascript?
- Highstock gapsize is causing line rendering issue
- Highcharts blank chart with x and y axis
- Highcharts, tooltip on hover listing datapoints that do not exist, is it an approximation?
- Shared legend of charts in react-highcharts?
- Highcharts DotNet: Would it be at all possible to label Plotlines
- highchart with drilldown where data for main chart and drilled down chart are from different xml files
- Highchart, diffrent number of categories and series data
- Error: Highcharts error #13 ionic angular
- highcharts Export XLS files on client side
- HighCharts activity gauge populated with series data from a function
- Print target labels on xAxis with labels.formatter
- Dates not displaying correctly in Highcharts plot with irregular time data
- Highcharts drilldown not working when module is imported react