Download AUXILIARYLINE.zip and click *.html file(in AUXILIARYLINE.zip) to open this demo in local browser!.
Users should prepare the input data in the following format (separated by tabs).
var AUXILIARYLINE01 = [ "AUXILIARYLINE01" , {
startX: -100,
startY: 0,
endX: 100,
endY: 0,
AUXILIARYLINEType:"curve",
AUXILIARYLINEControlPointX:0,
AUXILIARYLINEControlPointY:-100,
AUXILIARYLINELineType:"dot",
AUXILIARYLINEDashArray:4,
AUXILIARYLINEColor: "black",
AUXILIARYLINEWidth: 2,
AUXILIARYLINEMarker:true,
AUXILIARYLINEMarkerType:"arrow",
AUXILIARYLINEMarkerColor:"black",
AUXILIARYLINEMarkerPosition:2,
}];
NGCircos01 = new NGCircos(AUXILIARYLINE01,NGCircosGenome,{ // Initialize with "AUXILIARYLINE01" data tag
Download svg ↓