-
Notifications
You must be signed in to change notification settings - Fork 121
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
Failed to put the legend in the bottom position #2569
Comments
@markov00 can you help have a look, I'm blocking by this bug (maybe not a bug, but I just don't know where is the problem), thanks! |
I'm investigating this a bit, but I'm on a couple of more priorities right now. I hope I can give you an update today |
@baurine The problem is that the library still has some issues with React StrictMode that are not solved yet. If you run you app without the |
cc @nickofthyme we need to definitely work on that. |
@markov00 big thanks for your help! |
btw, because StrictMode only affect the development mode, so this issue doesn't exist in the production build, I have tested. |
Describe the issue
I want to show the legend in the bottom position for line series chart but failed, it shows in the right position
To Reproduce
Steps to reproduce the behavior:
Expected behaviour
I expect to see the legend is put in the bottom instead of right.
Version (please complete the following information):
Additional context
it seems the
echChartContent--column
class is not added.The text was updated successfully, but these errors were encountered: