-
Notifications
You must be signed in to change notification settings - Fork 2
parametrizes the default zoom stage of the plot #5
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
base: dev
Are you sure you want to change the base?
Conversation
|
feature needed for orthology benchmark service to address comments by David and Steve for revised manuscript |
merge Dev
benchmarkPlot_scatter div accepts an additional attribute 'default-zoom' that allows to set the initial zoom state. Accepted value are either 'on' or 'true'. If not specified, the default is to not zoom the plot.
86478fc to
3939d3c
Compare
|
Hi @dominikbruechner , I've updated this PR to the latest master branch. it allows to specify the default zoom state on the element, e.g.
for our frontend, this is quite crucial, as some users requested different states for different benchmark challenges. Cheers Adrian |
benchmarkPlot_scatter div accepts an additional attribute
'default-zoom' that allows to set the initial zoom state. Accepted
value are either 'on' or 'true'. If not specified, the default is
to not zoom the plot.