Skip to content
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

Remove invalid draw options, fixing geneExpressionAtlas displayers #2331

Merged

Conversation

heralden
Copy link
Member

Details

A fix for the broken humanmine expression viewers on the gene report page mentioned here: #2282
#2283 only fixed the flymine list widgets; this PR fixes the separate problem causing the humanmine displayers to fail.

It's really only backgroundColor that causes the error, but hAxis and legend are also invalid and don't seem to have an effect (according to https://developers.google.com/chart/interactive/docs/gallery/barchart).

I didn't look into reimplementing the background color with its correct property as the displayer seems to look fine as it is.

Testing

I only tested this fix with each displayer isolated. You'll need to update the jsp files in a humanmine to test properly.

Checklist

Before your pull request can be approved, be sure to check all boxes:

  • Passing unit test for new or updated code (if applicable)
  • Passes all tests – according to Travis
  • Documentation (if applicable)
  • Single purpose
  • Detailed commit messages
  • Well commented code
  • Checkstyle

… fail

It's really only backgroundColor that causes the error, but hAxis and
legend are also invalid and don't seem to have an effect.
@sergiocontrino
Copy link
Member

tested, merging to dev (could be useful soon)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants