-
Notifications
You must be signed in to change notification settings - Fork 303
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
Fan Chart Bug #62
Comments
fisharebest
added a commit
that referenced
this issue
Dec 28, 2013
Thanks - I've made this change |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's easier to tell you this than to create a branch.
The pop-up box that appears on the LH side of the chart when a person is clicked on the main chart should show siblings, in fact it shows the person clicked on.
line 337 of library/WT/Controller/fanchart.php should be "if ($sibling !== $person) {"
ie !== instead of ===
The text was updated successfully, but these errors were encountered: