Skip to content

spanGaps does not work well #2812

@hongbo-miao

Description

@hongbo-miao

I am using v2.1.6

I tried to create continuous line when there is a null point in the middle.

However, it does not work well in some situations.
For example

  {
    label: "A random label",
    data: [20, 30, 80, 90, 50, null, 30],
    spanGaps: true
  }

qq20160620-0 2x

    {
      label: "A random label",
      data: [20, 30, 80, 90, null, 20, 30],
      spanGaps: true
    }

qq20160620-1 2x

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions