You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we set threshold line for area chart, the line falls outside the chart even though threshold value is given as current date.
Component(s) impacted
Browser
Chrome
@carbon/ibm-products (previously @carbon/ibm-cloud-cognitive) version
v8.12.5
Suggested Severity
Severity 2 = Aspects of design is broken, and impedes users in a significant way, but there is a way to complete their tasks. Affects major functionality, has a workaround.
Package
Carbon for IBM Products
Description
When we set threshold line for area chart, the line falls outside the chart even though threshold value is given as current date.
Component(s) impacted
Browser
Chrome
@carbon/ibm-products (previously @carbon/ibm-cloud-cognitive) version
v8.12.5
Suggested Severity
Severity 2 = Aspects of design is broken, and impedes users in a significant way, but there is a way to complete their tasks. Affects major functionality, has a workaround.
Product/offering
Infrastructure
CodeSandbox or Stackblitz example
https://pages.github.ibm.com/turbonomic-ui/turbo-ibm-cds-storybook.github.io/8.12.5/?path=/docs/components-charts-grouped-areachart--grouped-area-chart-default
Steps to reproduce the issue (if applicable)
threshold: {
xAxis: [
{
label: 'Current Date',
value: new Date(),
fillColor: cyan40,
},
],
},
Even though current date is given as threshold value, the line falls outside the widget
Release date (if applicable)
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: