Skip to content

Best way to display missing data in a chart? #633

@mimikim

Description

@mimikim

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:

possible-data-chart

If not, what is the recommended course of action in this case?

Thank you!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions