Connect values between null points in Line Chart.
See original GitHub issueIs your feature request related to a problem? Please describe.
I am using apex chart to map a series of data that might potentially have null
values in them. I found this example quite helpful https://apexcharts.com/vue-chart-demos/line-charts/, however, I need to connect the values between null
points.
Describe the solution you’d like
An extra boolean option to connect the values between null
points like, spanGaps
similar to spanGaps in ChartJs.
Additional context
Given the data [1, null, 3, 4]
. The result is the image below.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Connecting NULL Points in Line Graph - Tableau Community
I have a line graph that shows cumulative revenue for a category. The graph changes depending on the category filter selected.
Read more >Display empty cells, null (#N/A) values, and hidden worksheet ...
Go to Chart Tools on the Ribbon, then on the Design tab, in the Data group, click Select Data. Click Hidden and Empty...
Read more >How do I show null values on my Line chart? - RGraph
You won't see anything displayed on your chart. This is because for a line to be drawn you need at least two consecutive,...
Read more >Connecting points between missing data in chart.js
I've assigned these values null, but would like the chart to draw a connection line between the missing points. Here is what I...
Read more >How to deal with missing data in line charts
Sometimes, missing values in a line chart will create a gap in the line. ... as 'missing' data - no line is drawn...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
+1 for this feature, that would be a great and useful addition. Thanks and keep the good work.
do you have any resolution on this as i would like to use this chart instead of CHARTJS. Please tell me whether it is possible or not to connect null points?