eweitz / ideogram

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

Implicit dataDir for easier local development in dependents #238

Closed eweitz closed 4 years ago

eweitz commented 4 years ago

This refines handling of the dataDir option, making it easier to develop on localhost for packages that depend on Ideogram.

Previously, such embedding code had to explicitly set dataDir. Now dataDir is implicitly set to an external CDN resource to fetch band data, etc., unless developing Ideogram itself in the local plain-JavaScript examples.

Examples in React and Vue have been simplified accordingly.