-
Notifications
You must be signed in to change notification settings - Fork 22
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
showLegend = {false} does not hide legend #14
Comments
|
@gordonwoon I am running into the same problem (with react-d3-basic v. 1.6.11 and react-d3-tooltip v. 1.4.14). Did you ever find a solution? |
@lizmallalieu nope, didn't work worked with regards to this library. i switched over to creating a pure d3js file and merge it with react components manually. D3js can handle animations much better than react-d3 |
@freethejazz Did you try that for react-d3-tooltip? I checked the commonProps.js and there's no showLegend property over there. |
Hi. I have the same problem. Legend create every time and doesn't look at option legendShow. Maybe insert something like this (example for BarGroupTooltip):
I apply it and it's working for me. Can you commit something like it? |
@samuel-halim95 You're absolutely right. Not sure how I mixed up repositories when posting this comment. I'm going to edit my original comment so people don't get thrown off. |
I am trying to hide the legend as my data is pretty huge and it occupies half of the container. Are there any other ways to disable it?
The text was updated successfully, but these errors were encountered: