oncojs / oncogrid

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

Support templating for rollovers #7

Closed Jephuff closed 7 years ago

Jephuff commented 7 years ago

Accept template for rollovers, allowing more flexible use with fields/wording

Example: 'Donor: ' + _self.donors[xIndex].id + '</br>' could be represented as 'Donor: {{id}}</br>'

andricDu commented 7 years ago

Is this something that you are currently working on?

Jephuff commented 7 years ago

@andricDu no, this was address by a previous pull request. I must have forgotten to add the issue number.