Skip to content

Commit

Permalink
make base track invisible
Browse files Browse the repository at this point in the history
  • Loading branch information
chgibb committed Sep 15, 2019
1 parent 78367db commit 050be4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/req/renderer/circularFigure/circularFigure.ts
Expand Up @@ -307,7 +307,7 @@ export function buildBaseFigureTemplate(figure: CircularFigure): string
return `
${startPlasmidTrack(
{
trackStyle: "fill:#f0f0f0;stroke:#ccc",
trackStyle: "fill:#ffffff;stroke:#fff",
radius: "{{genome.radius}}"
})}
${startTrackLabel(
Expand Down

0 comments on commit 050be4f

Please sign in to comment.