Cytoband Names

Example illustrating the use of the 'showCytobandNames' property

    import igv from "../dist/igv.esm.min.js"
    const config = {
        genome: 'hg38',
        locus: 'chr14:58,972,030-61,596,605',
        showCytobandNames: true,
        queryParametersSupported: true
    };
    const browser = await igv.createBrowser(document.getElementById("igvDiv"), config)