oncojs / oncogrid

Javascript library for visualizing OncoGrids and related tracks
Apache License 2.0
26 stars 8 forks source link

Add canvas to enforce aspect ratio and auto height #33

Closed Jephuff closed 7 years ago

Jephuff commented 7 years ago

Internet Explorer doesn't scale height properly and will end up being 150 unless set explicitly. IE does handle canvases properly, so adding this canvas will enforce size and aspect ration.

I'm open to better names for the variable.

andricDu commented 7 years ago

You could just call it canvas as the variable does literally reference a canvas.