Skip to content

Zoom and disappearing line #266

@lpatiny

Description

@lpatiny

I have a small test case

But when I zoom the line of the left disappears and the one of the right is end outside the graph

image

image

{
  "series": [
    {
      "type": "color",
      "data": {
        "x": [
          1,
          2,
          3,
          4,
          5
        ],
        "y": [
          1,
          2,
          3,
          2,
          1
        ],
        "color": [
          "green",
          "red",
          "blue",
          "yellow",
          "pink"
        ]
      }
    }
  ]
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions