Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Border is not used in <Line /> #119

Open
mikeislearning opened this issue Aug 24, 2021 · 2 comments
Open

Border is not used in <Line /> #119

mikeislearning opened this issue Aug 24, 2021 · 2 comments

Comments

@mikeislearning
Copy link

mikeislearning commented Aug 24, 2021

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?

@pettinz
Copy link

pettinz commented Oct 13, 2021

Fixed in my pull request #147

@Engazan
Copy link

Engazan commented Apr 17, 2022

still not merged :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants