freestatman / ideogRam

R htmlwidget package for ideogram.js
https://freestatman.github.io/ideogRam/
16 stars 4 forks source link

Bind element provided by htmlwidget #4

Closed Marlin-Na closed 6 years ago

Marlin-Na commented 6 years ago

This seems to fix issue #2

freestatman commented 6 years ago

Many thanks for this PR, @Marlin-Na .

I notice that in #2 Shiny example, if we change chromosome value, the new upper panel ideogram will overlay on top of the old one. Do you know how to fix? Thanks.

Marlin-Na commented 6 years ago

Hi @wangtulao , I have created a new pull request #7 which seems to fix the overlay chromosome number in the shiny example.