You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have data from years that are not contiguous, like ["2010", "2011", "2014"], and I'm trying to make a line chart to show the trend. I can fill in the missing years for the labels, but can frappe deal with data gaps, like [ 5, 12, null, null, 17]? When I try this the nulls get interpreted as 0.
Apologies if there's an easy solution to this that I've missed but I've been all over the docs and I can't find one. I'm looking for something like the Chart.js spanGaps option.
The text was updated successfully, but these errors were encountered:
I have data from years that are not contiguous, like
["2010", "2011", "2014"]
, and I'm trying to make a line chart to show the trend. I can fill in the missing years for the labels, but can frappe deal with data gaps, like[ 5, 12, null, null, 17]
? When I try this the nulls get interpreted as 0.Apologies if there's an easy solution to this that I've missed but I've been all over the docs and I can't find one. I'm looking for something like the Chart.js
spanGaps
option.The text was updated successfully, but these errors were encountered: