-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
RTL FIXES #32828
RTL FIXES #32828
Conversation
@@ -242,12 +242,12 @@ export const VCBasic = () => { | |||
lineLegendText={'just line'} | |||
lineLegendColor={'brown'} | |||
lineOptions={lineOptions} | |||
{...(isCalloutselected && { | |||
/*{...(isCalloutselected && { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why disabled this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Custom callout is not working. Needs to be fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
create a task about this and let it be enabled in the example.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay
enableReflow={true} | ||
/> | ||
</div> | ||
<VerticalBarChart |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why removed div container
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will revert this. Probably had been trying something
Previous Behavior
New Behavior
Related Issue(s)