Skip to content

Border is not used in <Line /> #119

@mikeislearning

Description

@mikeislearning

Here's what my line code looks like, and works fine:

  <Line
    theme={{
      stroke: { color: "blue", width: 2 },
      scatter: {
        default: {
          width: 12,
          height: 12,
          rx: 12,
          color: "blue",
          border: {
            color: "red",
            width: 10,
            dashArray: [5],
          },
        },
      },
    }}
  />

Screen Shot 2021-08-24 at 10 59 44 AM

But it doesn't seem to recognize the values passed into "border". I read through the source code, and it doesn't look like the values from border are being applied. Anyone have a way to resolve this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions