dasmoth / dalliance

Interactive web-based genome browser.
http://www.biodalliance.org/
BSD 2-Clause "Simplified" License
226 stars 68 forks source link

Change default Vertical guideline to Right #199

Closed mdphan closed 7 years ago

mdphan commented 7 years ago

Hi,

Could you please show me how to change the default Vertical guideline from 'Center' to 'Right'?

Many thanks,

mdphan

dasmoth commented 7 years ago

Hi.

You should be able to do this with:

    new Browser({
            rulerLocation: 'right'
            // other opts...
    });

I've just spotted one minor bug: if you've already run the Biodalliance instance in a given browser, it won't pick up different a rulerLocation specified in this manner. I'll fix this soon, but a simple workaround is to provide a new value for the 'cookieKey' configuration parameter (which means that any stale configuration data in localStorage will be ignored).

mdphan commented 7 years ago

Thanks for your prompt reply. If you have time maybe include this option in the webpage 'http://www.biodalliance.org/config.html' as well.

All the best.

dasmoth commented 7 years ago

Good point -- done.