question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Connect values between null points in Line Chart.

See original GitHub issue

Is 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.

Imgur

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

7reactions
spmshcommented, Mar 16, 2020

+1 for this feature, that would be a great and useful addition. Thanks and keep the good work.

3reactions
surajkumbhar1992commented, Sep 20, 2019

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found