We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The 'stroke' outline for each dataset is missing
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
The text was updated successfully, but these errors were encountered:
@natashadecoste could you please look into this issue?
Sorry, something went wrong.
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:
data
[ { "key": "Qty", // Notice the "key" "value": 65000 } ]
It crashes the chart.
Let me know if I should open a separate issue for this.
this should have been fixed with #678
natashadecoste
No branches or pull requests
I am submitting a...
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
Expected behavior
Screenshot or recording
The text was updated successfully, but these errors were encountered: