-
-
Couldn't load subscription status.
- Fork 1.4k
Description
Is there a recommended way to display a "no data" datapoint in a chart? Currently, if an entry in the series data array is null or an empty object/array, the graph will simply display it as equal to zero.
It would be confusing or misleading to omit the missing year in the axes, and in my opinion, equally misleading to simply mark it as 0.
This is different than the "No Data" property in Options, as it is not the entire graph that is missing data. (unless I am missing something here!)
So for example, let's say that you have a chart that displays some data from 2014-2018, however you are missing data for 2017.
Is it possible to manipulate the graph to output something like this:
If not, what is the recommended course of action in this case?
Thank you!!
