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

Stacked Area Chart - missing 'stroke' for each dataset #671

Closed
1 of 5 tasks
deandwill opened this issue Jun 17, 2020 · 3 comments
Closed
1 of 5 tasks

Stacked Area Chart - missing 'stroke' for each dataset #671

deandwill opened this issue Jun 17, 2020 · 3 comments
Assignees

Comments

@deandwill
Copy link

I am submitting a...

  • Feature request
  • Design defect
  • Source code defect
  • Demo/documentation defect
  • Other

charts version:

Issue description

The 'stroke' outline for each dataset is missing

Steps to produce the issue

If you start with https://carbon-design-system.github.io/carbon-charts/?path=/story/area--stacked-area-time-series … and you change “date” to “key” ( eg: https://codesandbox.io/s/cranky-payne-9yxq3?file=/src/index.js ) the ‘stroke’ outline for each dataset disappears

Current behavior

Screen Shot 2020-06-17 at 10 47 43 AM

Expected behavior

Screen Shot 2020-06-17 at 10 47 24 AM

Screenshot or recording

@theiliad
Copy link
Member

@natashadecoste could you please look into this issue?

@Yohanna
Copy link

Yohanna commented Jun 23, 2020

I found a similar issue that I think is related to this bug as well. In the SimpleBarChart story, if you replace the data with this:

[
  {
    "key": "Qty", // Notice the "key"
    "value": 65000
  }
]

It crashes the chart.

Let me know if I should open a separate issue for this.

@natashadecoste
Copy link
Contributor

this should have been fixed with #678

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

4 participants