eweitz / ideogram

Chromosome visualization for the web
https://eweitz.github.io/ideogram
Other
294 stars 71 forks source link

Please remove ID's on elements and instead use classes #262

Closed richwandell closed 3 years ago

richwandell commented 3 years ago

Currently I am looking through the elements generated by this plugin. It appears that you have used id's for the elements. This will not work well for styling some of these elements if I have more than 1 instance of this plugin in the same page.

The easy solution is to stop using id's and replace with classes.